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 TypeMethodDescriptionbooleanILuaGameCharacter.isRecipeKnown(Recipe recipe) booleanIsoGameCharacter.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 booleanRecipeManager.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 InventoryItemRecipeManager.GetMovableRecipeTool(boolean isPrimary, Recipe recipe, InventoryItem selectedItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers) static intRecipeManager.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 booleanRecipeManager.HasAllRequiredItems(Recipe recipe, IsoGameCharacter chr, InventoryItem selectedItem, ArrayList<ItemContainer> containers) static booleanRecipeManager.hasHeat(Recipe recipe, InventoryItem item, ArrayList<ItemContainer> containers, IsoGameCharacter chr) static booleanRecipeManager.isAllItemsUsableRotten(Recipe recipe, IsoGameCharacter character, InventoryItem item1, ArrayList<ItemContainer> arrayList) static booleanRecipeManager.IsItemDestroyed(String itemToUse, Recipe recipe) Deprecated.static booleanRecipeManager.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 voidRecipeManager.printDebugRecipeValid(Recipe recipe, IsoGameCharacter character, InventoryItem item, ArrayList<ItemContainer> arrayList) static floatRecipeManager.UseAmount(String sourceFullType, Recipe recipe, IsoGameCharacter chr) Deprecated.static booleanRecipeManager.validateHasHeat(Recipe recipe, InventoryItem item2, ArrayList<ItemContainer> arrayList, IsoGameCharacter character) static booleanRecipeManager.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 ItemRecipeItemRecipe.Alloc(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList0, InventoryItem item, ArrayList<InventoryItem> arrayList1, boolean boolean0) static intItemRecipe.getNumberOfTimesRecipeCanBeDone(Recipe recipex, IsoGameCharacter characterx, ArrayList<ItemContainer> arrayList, InventoryItem item) static voidRecipeMonitor.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