Uses of Interface
alexiil.mc.lib.attributes.fluid.GroupedFluidInv
Package | Description |
---|---|
alexiil.mc.lib.attributes.fluid |
The base package for
fluid management. |
alexiil.mc.lib.attributes.fluid.impl | |
alexiil.mc.lib.attributes.fluid.item |
-
Uses of GroupedFluidInv in alexiil.mc.lib.attributes.fluid
Subinterfaces of GroupedFluidInv in alexiil.mc.lib.attributes.fluid Modifier and Type Interface Description interface
LimitedGroupedFluidInv
Fields in alexiil.mc.lib.attributes.fluid with type parameters of type GroupedFluidInv Modifier and Type Field Description static CombinableAttribute<GroupedFluidInv>
FluidAttributes. GROUPED_INV
Methods in alexiil.mc.lib.attributes.fluid that return GroupedFluidInv Modifier and Type Method Description default GroupedFluidInv
LimitedGroupedFluidInv. asUnmodifiable()
default GroupedFluidInv
GroupedFluidInv. filtered(FluidFilter filter)
default GroupedFluidInv
FixedFluidInv. getGroupedInv()
-
Uses of GroupedFluidInv in alexiil.mc.lib.attributes.fluid.impl
Classes in alexiil.mc.lib.attributes.fluid.impl that implement GroupedFluidInv Modifier and Type Class Description class
CombinedGroupedFluidInv
class
DelegatingGroupedFluidInv
class
EmptyGroupedFluidInv
GroupedFluidInvView
for an empty inventory.class
GroupedFluidInvFixedWrapper
AnGroupedFluidInv
wrapper over anFixedFluidInv
.class
SimpleLimitedGroupedFluidInv
Fields in alexiil.mc.lib.attributes.fluid.impl declared as GroupedFluidInv Modifier and Type Field Description protected GroupedFluidInv
DelegatingGroupedFluidInv. delegate
Methods in alexiil.mc.lib.attributes.fluid.impl that return GroupedFluidInv Modifier and Type Method Description GroupedFluidInv
EmptyFixedFluidInv. getGroupedInv()
GroupedFluidInv
SimpleFixedFluidInv. getGroupedInv()
GroupedFluidInv
SimpleLimitedFixedFluidInv. getGroupedInv()
Constructors in alexiil.mc.lib.attributes.fluid.impl with parameters of type GroupedFluidInv Constructor Description DelegatingGroupedFluidInv(GroupedFluidInv delegate)
SimpleLimitedGroupedFluidInv(GroupedFluidInv delegate)
Constructor parameters in alexiil.mc.lib.attributes.fluid.impl with type arguments of type GroupedFluidInv Constructor Description CombinedGroupedFluidInv(java.util.List<? extends GroupedFluidInv> inventories)
-
Uses of GroupedFluidInv in alexiil.mc.lib.attributes.fluid.item
Classes in alexiil.mc.lib.attributes.fluid.item that implement GroupedFluidInv Modifier and Type Class Description class
ItemBasedSingleFluidInv
An abstractGroupedFluidInv
for anAbstractItemBasedAttribute
which only ever contains a single fluid, and can contain any amount of said fluid between 0 and it's capacity.