Uses of Interface
alexiil.mc.lib.attributes.misc.Saveable
| Package | Description |
|---|---|
| alexiil.mc.lib.attributes.fluid.impl | |
| alexiil.mc.lib.attributes.item.impl |
-
Uses of Saveable in alexiil.mc.lib.attributes.fluid.impl
Classes in alexiil.mc.lib.attributes.fluid.impl that implement Saveable Modifier and Type Class Description classJumboFixedFluidInvASimpleFixedFluidInvwith a few optimisations to make theFluidInsertable,FluidExtractable, andGroupedFluidInvViewimplementations much faster than a simple inventory search for larger inventories.classSimpleFixedFluidInvA simple, extendible, fixed size item inventory that supports all of the features thatFixedFluidInvexposes. -
Uses of Saveable in alexiil.mc.lib.attributes.item.impl
Classes in alexiil.mc.lib.attributes.item.impl that implement Saveable Modifier and Type Class Description classDirectFixedItemInvA simple implementation ofFixedItemInv.ModifiableFixedItemInvthat supports all of the features that the interface exposes.classFullFixedItemInvA simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInvexposes.classSimpleFixedItemInvDeprecated.You should use eitherDirectFixedItemInvorFullFixedItemInvinstead of this!classSimpleGroupedItemInvA simpleGroupedItemInvthat has a limit on both the number of different items that this can store, and the total number of items that can be stored.