Uses of Interface
alexiil.mc.lib.attributes.Convertible
| Package | Description | 
|---|---|
| alexiil.mc.lib.attributes.fluid | 
 The base package for  
fluid management. | 
| alexiil.mc.lib.attributes.fluid.impl | |
| alexiil.mc.lib.attributes.item | |
| alexiil.mc.lib.attributes.item.compat | |
| alexiil.mc.lib.attributes.item.compat.mod.emi.iteminv | |
| alexiil.mc.lib.attributes.item.impl | 
- 
Uses of Convertible in alexiil.mc.lib.attributes.fluid
Subinterfaces of Convertible in alexiil.mc.lib.attributes.fluid Modifier and Type Interface Description interfaceFixedFluidInvAFixedFluidInvViewthat can have it's contents changed.interfaceFixedFluidInvViewA view of a fixed inventory for fluids, where the number of tanks never changes, and every tank is "simple": The fluid will stay in the tank until it is removed or changed by something else.interfaceLimitedFixedFluidInvA type ofFixedFluidInvthat wraps an existingFixedFluidInvand provides custom control over the actual modification of the wrappedFixedFluidInv. - 
Uses of Convertible in alexiil.mc.lib.attributes.fluid.impl
Classes in alexiil.mc.lib.attributes.fluid.impl that implement Convertible Modifier and Type Class Description classAbstractPartialFixedFluidInvViewBase class forSubFixedFluidInvViewandMappedFixedFluidInvView.classCombinedFixedFluidInv<InvType extends FixedFluidInv>AnFixedFluidInvthat delegates to a list of them instead of storing items directly.classCombinedFixedFluidInvView<InvType extends FixedFluidInvView>AnFixedFluidInvViewthat delegates to a list of them instead of storing items directly.classDelegatingFixedFluidInvA simple delegate base class forFixedFluidInv.classEmptyFixedFluidInvAnFixedFluidInvwith no tanks.classJumboFixedFluidInvASimpleFixedFluidInvwith a few optimisations to make theFluidInsertable,FluidExtractable, andGroupedFluidInvViewimplementations much faster than a simple inventory search for larger inventories.classMappedFixedFluidInvclassMappedFixedFluidInvViewclassSimpleFixedFluidInvA simple, extendible, fixed size item inventory that supports all of the features thatFixedFluidInvexposes.classSimpleLimitedFixedFluidInvclassSubFixedFluidInvclassSubFixedFluidInvViewA sub-view of an existingFixedFluidInvView. - 
Uses of Convertible in alexiil.mc.lib.attributes.item
Subinterfaces of Convertible in alexiil.mc.lib.attributes.item Modifier and Type Interface Description interfaceFixedItemInvAFixedItemInvViewthat can have it's contents changed.static interfaceFixedItemInv.CopyingFixedItemInvThe "complex" variant ofFixedItemInvthat always returns copies of the stack held.static interfaceFixedItemInv.ModifiableFixedItemInvThe "simpler" variant ofFixedItemInvwhich allows callers to freely modify the currentItemStackcontained in it's inventory.interfaceFixedItemInvViewA view of a fixed inventory for items, where the size of the inventory never changes, and every slot is "simple": The amount of every slot will never exceed 64, the normal maximum stack size of minecraft. The stack will stay in the slot until it is removed or changed by something else.interfaceLimitedFixedItemInvA type ofFixedItemInvthat wraps an existingFixedItemInvand provides custom control over the actual modification of the wrappedFixedItemInv. - 
Uses of Convertible in alexiil.mc.lib.attributes.item.compat
Classes in alexiil.mc.lib.attributes.item.compat that implement Convertible Modifier and Type Class Description classFixedInventoryVanillaWrapperAnFixedItemInvthat wraps a vanillaInventory.classFixedInventoryViewVanillaWrapperAnFixedItemInvthat wraps a vanillaInventory.classFixedSidedInventoryVanillaWrapperclassSlotFixedItemInv - 
Uses of Convertible in alexiil.mc.lib.attributes.item.compat.mod.emi.iteminv
Classes in alexiil.mc.lib.attributes.item.compat.mod.emi.iteminv that implement Convertible Modifier and Type Class Description classFixedInvEmiItemInvAFixedItemInvwhich wraps emi'sItemInventory. - 
Uses of Convertible in alexiil.mc.lib.attributes.item.impl