Uses of Interface
alexiil.mc.lib.attributes.item.ItemTransferable
Packages that use ItemTransferable
Package
Description
- 
Uses of ItemTransferable in alexiil.mc.lib.attributes.itemSubinterfaces of ItemTransferable in alexiil.mc.lib.attributes.itemModifier and TypeInterfaceDescriptioninterfaceA modifiable version ofGroupedItemInvView, except that all modification methods are provided byItemExtractableandItemInsertable.interfaceClasses in alexiil.mc.lib.attributes.item that implement ItemTransferableModifier and TypeClassDescriptionclassclassA delegating accessor of a single slot in aFixedItemInv.Methods in alexiil.mc.lib.attributes.item that return ItemTransferableModifier and TypeMethodDescriptiondefault ItemTransferableItemTransferable.filtered(ItemFilter filter)static ItemTransferableItemTransferable.from(ItemExtractable extractable)static ItemTransferableItemTransferable.from(ItemInsertable insertable)static ItemTransferableItemTransferable.from(ItemInsertable insertable, ItemExtractable extractable)default ItemTransferableFixedItemInv.getTransferable()
- 
Uses of ItemTransferable in alexiil.mc.lib.attributes.item.entityClasses in alexiil.mc.lib.attributes.item.entity that implement ItemTransferable
- 
Uses of ItemTransferable in alexiil.mc.lib.attributes.item.implClasses in alexiil.mc.lib.attributes.item.impl that implement ItemTransferableModifier and TypeClassDescriptionclassclassclassA simple implementation ofFixedItemInv.ModifiableFixedItemInvthat supports all of the features that the interface exposes.classGroupedItemInvViewfor an empty inventory.classAnItemTransferablethat never returns any items fromEmptyItemTransferable.attemptExtraction(ItemFilter, int, Simulation), nor accepts any items inEmptyItemTransferable.attemptInsertion(ItemStack, Simulation).classclassA simple, extendible, fixed size item inventory that supports all of the features thatFixedItemInv.CopyingFixedItemInvexposes.classAGroupedItemInvwrapper over aFixedItemInv.classDeprecated, for removal: This API element is subject to removal in a future version.classA 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.classMethods in alexiil.mc.lib.attributes.item.impl that return ItemTransferableModifier and TypeMethodDescriptionFilteredItemTransferable.filtered(ItemFilter filter)EmptyFixedItemInv.getTransferable()Constructors in alexiil.mc.lib.attributes.item.impl with parameters of type ItemTransferableModifierConstructorDescriptionFilteredItemTransferable(ItemTransferable real, ItemFilter filter)
DirectFixedItemInvorFullFixedItemInvinstead of this!