Interface ItemTransferable

All Superinterfaces:
ItemExtractable, ItemInsertable, LimitedConsumer<net.minecraft.item.ItemStack>
All Known Subinterfaces:
GroupedItemInv, LimitedGroupedItemInv
All Known Implementing Classes:
CombinedGroupedItemInv, DelegatingGroupedItemInv, DirectFixedItemInv, EmptyGroupedItemInv, EmptyItemTransferable, FilteredItemTransferable, FullFixedItemInv, GroupedItemInvFixedWrapper, ItemTransferableItemEntity, SimpleFixedItemInv, SimpleGroupedItemInv, SimpleLimitedGroupedItemInv, SingleCopyingItemSlot, SingleItemSlot

public interface ItemTransferable extends ItemInsertable, ItemExtractable
Combined interface for ItemInsertable and ItemExtractable. (This is provided for simplicity when exposing inventories for modification but when you don't want to implement the full set of methods that GroupedItemInv provides).