Uses of Class
zombie.scripting.objects.Recipe
Packages that use Recipe
Package
Description
-
Uses of Recipe in zombie.characters
Methods in zombie.characters with parameters of type RecipeModifier and TypeMethodDescriptionboolean
ILuaGameCharacter.isRecipeKnown
(Recipe recipe) boolean
IsoGameCharacter.isRecipeKnown
(Recipe recipe) -
Uses of Recipe in zombie.inventory
Methods in zombie.inventory that return RecipeMethods in zombie.inventory that return types with arguments of type RecipeModifier and TypeMethodDescriptionRecipeManager.getUniqueRecipeItems
(InventoryItem item, IsoGameCharacter chr, ArrayList<ItemContainer> containers) Methods in zombie.inventory with parameters of type RecipeModifier and TypeMethodDescriptionstatic boolean
RecipeManager.DoesUseItemUp
(String itemToUse, Recipe recipe) Deprecated.static ArrayList
<InventoryItem> RecipeManager.getAvailableItemsAll
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static ArrayList
<InventoryItem> RecipeManager.getAvailableItemsNeeded
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static InventoryItem
RecipeManager.GetMovableRecipeTool
(boolean isPrimary, Recipe recipe, InventoryItem selectedItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers) static int
RecipeManager.getNumberOfTimesRecipeCanBeDone
(Recipe recipe, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem) static ArrayList
<InventoryItem> RecipeManager.getSourceItemsAll
(Recipe recipe, int sourceIndex, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static ArrayList
<InventoryItem> RecipeManager.getSourceItemsNeeded
(Recipe recipe, int sourceIndex, IsoGameCharacter chr, ArrayList<ItemContainer> containers, InventoryItem selectedItem, ArrayList<InventoryItem> ignoreItems) static boolean
RecipeManager.HasAllRequiredItems
(Recipe recipe, IsoGameCharacter chr, InventoryItem selectedItem, ArrayList<ItemContainer> containers) static boolean
RecipeManager.hasHeat
(Recipe recipe, InventoryItem item, ArrayList<ItemContainer> containers, IsoGameCharacter chr) static boolean
RecipeManager.isAllItemsUsableRotten
(Recipe recipe, IsoGameCharacter character, InventoryItem item1, ArrayList<ItemContainer> arrayList) static boolean
RecipeManager.IsItemDestroyed
(String itemToUse, Recipe recipe) Deprecated.static boolean
RecipeManager.IsRecipeValid
(Recipe recipe, IsoGameCharacter chr, InventoryItem item, ArrayList<ItemContainer> containers) static ArrayList
<InventoryItem> RecipeManager.PerformMakeItem
(Recipe recipe, InventoryItem item, IsoGameCharacter character, ArrayList<ItemContainer> arrayList0) static void
RecipeManager.printDebugRecipeValid
(Recipe recipe, IsoGameCharacter character, InventoryItem item, ArrayList<ItemContainer> arrayList) static float
RecipeManager.UseAmount
(String sourceFullType, Recipe recipe, IsoGameCharacter chr) Deprecated.static boolean
RecipeManager.validateHasHeat
(Recipe recipe, InventoryItem item2, ArrayList<ItemContainer> arrayList, IsoGameCharacter character) static boolean
RecipeManager.validateRecipeContainsSourceItem
(Recipe recipe, InventoryItem item) -
Uses of Recipe in zombie.inventory.recipemanager
Methods in zombie.inventory.recipemanager that return RecipeMethods in zombie.inventory.recipemanager with parameters of type RecipeModifier and TypeMethodDescriptionstatic ItemRecipe
ItemRecipe.Alloc
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) static int
ItemRecipe.getNumberOfTimesRecipeCanBeDone
(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) static void
RecipeMonitor.LogInit
(Recipe recipe, IsoGameCharacter character, ArrayList<ItemContainer> arrayList, InventoryItem item, ArrayList<InventoryItem> var4, boolean boolean0) static void
-
Uses of Recipe in zombie.Lua
Methods in zombie.Lua that return types with arguments of type Recipe -
Uses of Recipe in zombie.scripting
Methods in zombie.scripting that return RecipeModifier and TypeMethodDescriptionMethods in zombie.scripting that return types with arguments of type RecipeModifier and TypeMethodDescriptionScriptManager.getAllRecipes()
ScriptManager.getAllRecipesFor
(String result) -
Uses of Recipe in zombie.scripting.objects
Subclasses of Recipe in zombie.scripting.objectsFields in zombie.scripting.objects with type parameters of type RecipeMethods in zombie.scripting.objects that return Recipe