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
ConstructorsConstructorDescriptionCraftGridSnapshot(Collection<? extends Slot> slots)CraftGridSnapshot(Inventory grid)CraftGridSnapshot(Slot... slots) -
Method Summary
Methods inherited from class org.core.inventory.parts.snapshot.Grid3x3Snapshot
getItemSlots, getSlotCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.core.inventory.Inventory
getItemSlots, getSlotCount, getSlotsMethods inherited from interface org.core.inventory.parts.InventoryPart
getSlot
-
Constructor Details
-
CraftGridSnapshot
-
CraftGridSnapshot
-
CraftGridSnapshot
-
-
Method Details
-
createSnapshot
- Specified by:
createSnapshotin interfaceGrid3x3- Specified by:
createSnapshotin interfaceInventory- Overrides:
createSnapshotin classGrid3x3Snapshot
-