Interface PositionableInventory<N extends Position<?>>

All Superinterfaces:
Inventory, Positionable<N>
All Known Subinterfaces:
BlockAttachedInventory, ChestInventory, CraftingInventory, DispenserBasedInventory, DispenserInventory, DropperInventory, FurnaceInventory, LiveChestInventory, LiveDispenserBasedInventory, LiveDispenserInventory, LiveDropperInventory, LiveEntityInventory<E>, LiveFurnaceInventory, LiveInventory<S>, LiveInventory.LiveBlockInventory, LiveInventory.LiveExactInventory, LivePlayerInventory, LiveUnknownBlockAttachedInventory, LiveZombieInventory<Z>, PositionableInventory.BlockPositionableInventory, PositionableInventory.ExactPositionableInventory, UnknownBlockAttachedInventory, UnknownBlockAttachedInventorySnapshot
All Known Implementing Classes:
ChestInventorySnapshot, DispenserBasedInventorySnapshot, DispenserInventorySnapshot, DropperInventorySnapshot, FurnaceInventorySnapshot

public interface PositionableInventory<N extends Position<?>> extends Inventory, Positionable<N>