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.ParentNested 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, getAttachedTileEntityMethods inherited from interface org.core.inventory.Inventory
createSnapshot, getItemSlots, getSlotCount, getSlotsMethods inherited from interface org.core.inventory.Inventory.Parent
getFirstChildren, getSlotMethods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
getCraftingGrid
CraftGrid getCraftingGrid() -
getResult
Slot getResult() -
getParts
- Specified by:
getPartsin interfaceInventory.Parent
-