Uses of Interface
alexiil.mc.lib.attributes.misc.Saveable
-
Uses of Saveable in alexiil.mc.lib.attributes.fluid.impl
Modifier and TypeClassDescriptionclass
ASimpleFixedFluidInv
with a few optimisations to make theFluidInsertable
,FluidExtractable
, andGroupedFluidInvView
implementations much faster than a simple inventory search for larger inventories.class
A simple, extendible, fixed size item inventory that supports all of the features thatFixedFluidInv
exposes. -
Uses of Saveable in alexiil.mc.lib.attributes.item.impl
Modifier and TypeClassDescriptionclass
A simple implementation ofFixedItemInv.ModifiableFixedItemInv
that supports all of the features that the interface exposes.class
A simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInv
exposes.class
Deprecated, for removal: This API element is subject to removal in a future version.class
A simpleGroupedItemInv
that has a limit on both the number of different items that this can store, and the total number of items that can be stored.
DirectFixedItemInv
orFullFixedItemInv
instead of this!