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 class
JumboFixedFluidInv
ASimpleFixedFluidInv
with a few optimisations to make theFluidInsertable
,FluidExtractable
, andGroupedFluidInvView
implementations much faster than a simple inventory search for larger inventories.class
SimpleFixedFluidInv
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
Classes in alexiil.mc.lib.attributes.item.impl that implement Saveable Modifier and Type Class Description class
DirectFixedItemInv
A simple implementation ofFixedItemInv.ModifiableFixedItemInv
that supports all of the features that the interface exposes.class
FullFixedItemInv
A simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInv
exposes.class
SimpleFixedItemInv
Deprecated.You should use eitherDirectFixedItemInv
orFullFixedItemInv
instead of this!class
SimpleGroupedItemInv
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.