Uses of Class
zombie.scripting.objects.Recipe

Packages that use Recipe
zombie.behaviors.survivor.orders.LittleTasks   
zombie.inventory   
zombie.scripting   
zombie.scripting.objects   
 

Uses of Recipe in zombie.behaviors.survivor.orders.LittleTasks
 

Constructors in zombie.behaviors.survivor.orders.LittleTasks with parameters of type Recipe
CraftItemOrder(IsoGameCharacter chr, Recipe rec)
           
 

Uses of Recipe in zombie.inventory
 

Methods in zombie.inventory that return types with arguments of type Recipe
static java.util.Stack<Recipe> RecipeManager.getUniqueRecipeItems(InventoryItem a, InventoryItem b, InventoryItem c, InventoryItem d, IsoGameCharacter chr)
           
 

Methods in zombie.inventory with parameters of type Recipe
static boolean RecipeManager.DoesUseItemUp(java.lang.String itemToUse, Recipe recipe)
           
static boolean RecipeManager.IsItemDestroyed(java.lang.String itemToUse, Recipe recipe)
           
static InventoryItem RecipeManager.PerformMakeItem(Recipe recipe, InventoryItem item1, InventoryItem item2, InventoryItem item3, InventoryItem item4, IsoGameCharacter chr)
           
static float RecipeManager.UseAmount(java.lang.String itemToUse, Recipe recipe, IsoGameCharacter chr)
           
 

Uses of Recipe in zombie.scripting
 

Methods in zombie.scripting that return Recipe
 Recipe ScriptManager.getRecipe(java.lang.String name)
           
 Recipe IScriptObjectStore.getRecipe(java.lang.String name)
           
 

Methods in zombie.scripting that return types with arguments of type Recipe
 java.util.Stack<Recipe> ScriptManager.getAllRecipes()
           
 java.util.Stack<Recipe> ScriptManager.getAllRecipesFor(java.lang.String result)
           
 

Uses of Recipe in zombie.scripting.objects
 

Fields in zombie.scripting.objects with type parameters of type Recipe
 java.util.ArrayList<Recipe> ScriptModule.RecipeMap
           
 

Methods in zombie.scripting.objects that return Recipe
 Recipe ScriptModule.getRecipe(java.lang.String name)