Class ItemDataList
java.lang.Object
zombie.entity.components.crafting.recipe.ItemDataList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addItem
(InventoryItem inventoryItem) void
addItem
(InventoryItem inventoryItem, boolean boolean0) void
void
void
clear()
getInventoryItem
(int int0) getItem
(int int0) void
getUnprocessed
(ArrayList<InventoryItem> arrayList) void
getUnprocessed
(ArrayList<InventoryItem> arrayList, boolean boolean0) boolean
boolean
isProcessed
(int int0) void
reset()
void
setProcessed
(int int0) int
size()
-
Constructor Details
-
ItemDataList
public ItemDataList(int int0)
-
-
Method Details
-
size
public int size() -
getItem
-
getInventoryItem
-
setProcessed
public void setProcessed(int int0) -
isProcessed
public boolean isProcessed(int int0) -
getUnprocessed
-
getUnprocessed
-
hasUnprocessed
public boolean hasUnprocessed() -
clear
public void clear() -
reset
public void reset() -
addItem
-
addItem
-
addItem
-
addItem
-