Package org.core.inventory.inventories
Interface CraftingInventory
- All Superinterfaces:
BlockAttachedInventory
,Inventory
,Inventory.Parent
,Positionable<SyncBlockPosition>
,PositionableInventory<SyncBlockPosition>
,PositionableInventory.BlockPositionableInventory
-
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.inventories.BlockAttachedInventory
getAllowedBlockType, getAttachedTileEntity
Methods inherited from interface org.core.inventory.Inventory
createSnapshot, getItemSlots, getSlotCount, getSlots
Methods inherited from interface org.core.inventory.Inventory.Parent
getFirstChildren, getSlot
Methods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
getCraftingGrid
CraftGrid getCraftingGrid() -
getResult
Slot getResult() -
getParts
- Specified by:
getParts
in interfaceInventory.Parent
-