Class ItemRecipe
java.lang.Object
zombie.inventory.recipemanager.ItemRecipe
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemRecipeAlloc(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems, boolean allItems) static intgetNumberOfTimesRecipeCanBeDone(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem) getSourceItems(int sourceIndex) perform()static void
-
Field Details
-
FLUID_PREFIX
- See Also:
-
-
Method Details
-
getNumberOfTimesRecipeCanBeDone
public static int getNumberOfTimesRecipeCanBeDone(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem) -
Alloc
public static ItemRecipe Alloc(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems, boolean allItems) -
Release
-
perform
-
getSourceItems
-
getSourceItems
-