Uses of Interface
alexiil.mc.lib.attributes.item.FixedItemInv.CopyingFixedItemInv
Package | Description |
---|---|
alexiil.mc.lib.attributes.item | |
alexiil.mc.lib.attributes.item.impl |
-
Uses of FixedItemInv.CopyingFixedItemInv in alexiil.mc.lib.attributes.item
Methods in alexiil.mc.lib.attributes.item that return FixedItemInv.CopyingFixedItemInv Modifier and Type Method Description FixedItemInv.CopyingFixedItemInv
SingleCopyingItemSlot. getBackingInv()
-
Uses of FixedItemInv.CopyingFixedItemInv in alexiil.mc.lib.attributes.item.impl
Classes in alexiil.mc.lib.attributes.item.impl with type parameters of type FixedItemInv.CopyingFixedItemInv Modifier and Type Class Description static class
CombinedFixedItemInv.OfCopying<InvType extends FixedItemInv.CopyingFixedItemInv>
Classes in alexiil.mc.lib.attributes.item.impl that implement FixedItemInv.CopyingFixedItemInv Modifier and Type Class Description static class
CombinedFixedItemInv.OfCopying<InvType extends FixedItemInv.CopyingFixedItemInv>
static class
DelegatingFixedItemInv.OfCopying
class
FullFixedItemInv
A simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInv
exposes.static class
MappedFixedItemInv.OfCopying
class
SimpleFixedItemInv
Deprecated.You should use eitherDirectFixedItemInv
orFullFixedItemInv
instead of this!static class
SimpleLimitedFixedItemInv.OfCopying
static class
SubFixedItemInv.OfCopying
Constructors in alexiil.mc.lib.attributes.item.impl with parameters of type FixedItemInv.CopyingFixedItemInv Constructor Description OfCopying(FixedItemInv.CopyingFixedItemInv delegate)
OfCopying(FixedItemInv.CopyingFixedItemInv inv, int[] slots)
OfCopying(FixedItemInv.CopyingFixedItemInv delegate)
OfCopying(FixedItemInv.CopyingFixedItemInv inv, int fromIndex, int toIndex)