Uses of Class
zombie.scripting.objects.EvolvedRecipe
Packages that use EvolvedRecipe
-
Uses of EvolvedRecipe in zombie.inventory
Methods in zombie.inventory that return types with arguments of type EvolvedRecipeModifier and TypeMethodDescriptionstatic ArrayList
<EvolvedRecipe> RecipeManager.getAllEvolvedRecipes()
static ArrayList
<EvolvedRecipe> RecipeManager.getEvolvedRecipe
(InventoryItem baseItem, IsoGameCharacter chr, ArrayList<ItemContainer> containers, boolean need1ingredient) -
Uses of EvolvedRecipe in zombie.Lua
Methods in zombie.Lua that return types with arguments of type EvolvedRecipeModifier and TypeMethodDescriptionstatic Stack
<EvolvedRecipe> LuaManager.GlobalObject.getEvolvedRecipes()
-
Uses of EvolvedRecipe in zombie.scripting
Methods in zombie.scripting that return EvolvedRecipeMethods in zombie.scripting that return types with arguments of type EvolvedRecipeModifier and TypeMethodDescriptionScriptManager.getAllEvolvedRecipes()
ScriptManager.getAllEvolvedRecipesList()
-
Uses of EvolvedRecipe in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type EvolvedRecipeMethods in zombie.scripting.objects that return EvolvedRecipe