Class ItemRecipe
java.lang.Object
zombie.inventory.recipemanager.ItemRecipe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemRecipe
Alloc
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) static int
getNumberOfTimesRecipeCanBeDone
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) getSourceItems
(int int0) perform()
static void
Release
(ItemRecipe itemRecipe)
-
Field Details
-
FLUID_PREFIX
- See Also:
-
-
Method Details
-
getNumberOfTimesRecipeCanBeDone
public static int getNumberOfTimesRecipeCanBeDone(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) -
Alloc
public static ItemRecipe Alloc(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) -
Release
-
perform
-
getSourceItems
-
getSourceItems
-