Class ItemRecipe
java.lang.Object
zombie.inventory.recipemanager.ItemRecipe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemRecipe
Alloc
(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList0, InventoryItem inventoryItem, ArrayList<InventoryItem> arrayList1, boolean boolean0) protected IsoGameCharacter
static int
getNumberOfTimesRecipeCanBeDone
(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList, InventoryItem inventoryItem) protected Recipe
protected String
protected InventoryItem
getSourceItems
(int int0) protected boolean
isValid()
perform()
static void
Release
(ItemRecipe itemRecipe) protected boolean
testItem
(InventoryItem var1)
-
Field Details
-
FLUID_PREFIX
- See Also:
-
-
Method Details
-
getNumberOfTimesRecipeCanBeDone
public static int getNumberOfTimesRecipeCanBeDone(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList, InventoryItem inventoryItem) -
Alloc
public static ItemRecipe Alloc(Recipe recipex, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList0, InventoryItem inventoryItem, ArrayList<InventoryItem> arrayList1, boolean boolean0) -
Release
-
getRecipe
-
getCharacter
-
getSelectedItem
-
isValid
protected boolean isValid() -
getRecipeName
-
perform
-
getSourceItems
-
getSourceItems
-
testItem
-