Uses of Interface
alexiil.mc.lib.attributes.item.ItemTransferable
Package
Description
-
Uses of ItemTransferable in alexiil.mc.lib.attributes.item
Modifier and TypeInterfaceDescriptioninterface
A modifiable version ofGroupedItemInvView
, except that all modification methods are provided byItemExtractable
andItemInsertable
.interface
Modifier and TypeClassDescriptionclass
class
A delegating accessor of a single slot in aFixedItemInv
.Modifier and TypeMethodDescriptiondefault ItemTransferable
ItemTransferable.filtered(ItemFilter filter)
static ItemTransferable
ItemTransferable.from(ItemExtractable extractable)
static ItemTransferable
ItemTransferable.from(ItemInsertable insertable)
static ItemTransferable
ItemTransferable.from(ItemInsertable insertable, ItemExtractable extractable)
default ItemTransferable
FixedItemInv.getTransferable()
-
Uses of ItemTransferable in alexiil.mc.lib.attributes.item.entity
-
Uses of ItemTransferable in alexiil.mc.lib.attributes.item.impl
Modifier and TypeClassDescriptionclass
class
class
A simple implementation ofFixedItemInv.ModifiableFixedItemInv
that supports all of the features that the interface exposes.class
GroupedItemInvView
for an empty inventory.class
AnItemTransferable
that never returns any items fromEmptyItemTransferable.attemptExtraction(ItemFilter, int, Simulation)
, nor accepts any items inEmptyItemTransferable.attemptInsertion(ItemStack, Simulation)
.class
class
A simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInv
exposes.class
AGroupedItemInv
wrapper over aFixedItemInv
.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.class
Modifier and TypeMethodDescriptionFilteredItemTransferable.filtered(ItemFilter filter)
EmptyFixedItemInv.getTransferable()
ModifierConstructorDescriptionFilteredItemTransferable(ItemTransferable real, ItemFilter filter)
DirectFixedItemInv
orFullFixedItemInv
instead of this!