Class CraftGridSnapshot
java.lang.Object
org.core.inventory.parts.snapshot.Grid3x3Snapshot
org.core.inventory.parts.snapshot.CraftGridSnapshot
- All Implemented Interfaces:
Inventory
,CraftGrid
,Grid3x3
,InventoryPart
,InventoryPartSnapshot
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.core.inventory.Inventory
Inventory.Parent
-
Field Summary
Fields inherited from class org.core.inventory.parts.snapshot.Grid3x3Snapshot
slots
-
Constructor Summary
ConstructorDescriptionCraftGridSnapshot(Collection<? extends Slot> slots)
CraftGridSnapshot(Inventory grid)
CraftGridSnapshot(Slot... slots)
-
Method Summary
Methods inherited from class org.core.inventory.parts.snapshot.Grid3x3Snapshot
getItemSlots, getSlotCount
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.core.inventory.Inventory
getItemSlots, getSlotCount, getSlots
Methods inherited from interface org.core.inventory.parts.InventoryPart
getSlot
-
Constructor Details
-
CraftGridSnapshot
-
CraftGridSnapshot
-
CraftGridSnapshot
-
-
Method Details
-
createSnapshot
- Specified by:
createSnapshot
in interfaceGrid3x3
- Specified by:
createSnapshot
in interfaceInventory
- Overrides:
createSnapshot
in classGrid3x3Snapshot
-