Class CompressIdenticalItems
java.lang.Object
zombie.inventory.CompressIdenticalItems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayList
<InventoryItem> load
(ByteBuffer byteBuffer, int int3, ArrayList<InventoryItem> arrayList0, ArrayList<InventoryItem> arrayList1) static ArrayList
<InventoryItem> save
(ByteBuffer byteBuffer, ArrayList<InventoryItem> arrayList1, IsoGameCharacter character) static void
save
(ByteBuffer byteBuffer, InventoryItem item)
-
Constructor Details
-
CompressIdenticalItems
public CompressIdenticalItems()
-
-
Method Details
-
save
public static ArrayList<InventoryItem> save(ByteBuffer byteBuffer, ArrayList<InventoryItem> arrayList1, IsoGameCharacter character) throws IOException - Throws:
IOException
-
load
public static ArrayList<InventoryItem> load(ByteBuffer byteBuffer, int int3, ArrayList<InventoryItem> arrayList0, ArrayList<InventoryItem> arrayList1) throws IOException - Throws:
IOException
-
save
- Throws:
IOException
-