Package org.core.inventory.inventories
Interface BlockAttachedInventory
- All Superinterfaces:
Inventory
,Positionable<SyncBlockPosition>
,PositionableInventory<SyncBlockPosition>
,PositionableInventory.BlockPositionableInventory
- All Known Subinterfaces:
ChestInventory
,CraftingInventory
,DispenserBasedInventory
,DispenserInventory
,DropperInventory
,FurnaceInventory
,LiveChestInventory
,LiveDispenserBasedInventory
,LiveDispenserInventory
,LiveDropperInventory
,LiveFurnaceInventory
,LiveUnknownBlockAttachedInventory
,UnknownBlockAttachedInventory
,UnknownBlockAttachedInventorySnapshot
- All Known Implementing Classes:
ChestInventorySnapshot
,DispenserBasedInventorySnapshot
,DispenserInventorySnapshot
,DropperInventorySnapshot
,FurnaceInventorySnapshot
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.inventory.Inventory
Inventory.Parent
Nested classes/interfaces inherited from interface org.core.inventory.PositionableInventory
PositionableInventory.BlockPositionableInventory, PositionableInventory.ExactPositionableInventory
-
Method Summary
Methods inherited from interface org.core.inventory.Inventory
createSnapshot, getItemSlots, getSlot, getSlotCount, getSlots
Methods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
getAllowedBlockType
BlockType[] getAllowedBlockType() -
getAttachedTileEntity
-