Package org.core.inventory
Interface Inventory.Parent
- All Superinterfaces:
Inventory
- All Known Subinterfaces:
BasicEntityInventory<E>
,CraftingInventory
,EntityInventorySnapshot<E>
,FurnaceInventory
,LiveEntityInventory<E>
,LiveFurnaceInventory
,LivePlayerInventory
,LiveZombieInventory<Z>
,PlayerInventory
,ZombieInventory<Z>
- All Known Implementing Classes:
DispenserBasedInventorySnapshot
,DispenserInventorySnapshot
,DropperInventorySnapshot
,FurnaceInventorySnapshot
,PlayerInventorySnapshot
,ZombieInventorySnapshot
- Enclosing interface:
- Inventory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.inventory.Inventory
Inventory.Parent
-
Method Summary
Modifier and TypeMethodDescriptiondefault Set<InventoryPart>
Deprecated, for removal: This API element is subject to removal in a future version.getParts()
getSlot(int slotPos)
Methods inherited from interface org.core.inventory.Inventory
createSnapshot, getItemSlots, getSlotCount, getSlots
-
Method Details
-
getFirstChildren
Deprecated, for removal: This API element is subject to removal in a future version. -
getParts
Stream<InventoryPart> getParts() -
getSlot
-