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 interfaceLimitedGroupedFluidInvFields in alexiil.mc.lib.attributes.fluid with type parameters of type GroupedFluidInv Modifier and Type Field Description static CombinableAttribute<GroupedFluidInv>FluidAttributes. GROUPED_INVMethods in alexiil.mc.lib.attributes.fluid that return GroupedFluidInv Modifier and Type Method Description default GroupedFluidInvLimitedGroupedFluidInv. asUnmodifiable()default GroupedFluidInvGroupedFluidInv. filtered(FluidFilter filter)default GroupedFluidInvFixedFluidInv. 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 classCombinedGroupedFluidInvclassDelegatingGroupedFluidInvclassEmptyGroupedFluidInvGroupedFluidInvViewfor an empty inventory.classGroupedFluidInvFixedWrapperAnGroupedFluidInvwrapper over anFixedFluidInv.classSimpleLimitedGroupedFluidInvFields in alexiil.mc.lib.attributes.fluid.impl declared as GroupedFluidInv Modifier and Type Field Description protected GroupedFluidInvDelegatingGroupedFluidInv. delegateMethods in alexiil.mc.lib.attributes.fluid.impl that return GroupedFluidInv Modifier and Type Method Description GroupedFluidInvEmptyFixedFluidInv. getGroupedInv()GroupedFluidInvSimpleFixedFluidInv. getGroupedInv()GroupedFluidInvSimpleLimitedFixedFluidInv. 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 classItemBasedSingleFluidInvAn abstractGroupedFluidInvfor anAbstractItemBasedAttributewhich only ever contains a single fluid, and can contain any amount of said fluid between 0 and it's capacity.