Uses of Class
zombie.scripting.entity.components.crafting.CraftRecipe
Packages that use CraftRecipe
Package
Description
-
Uses of CraftRecipe in zombie.characters
Methods in zombie.characters with parameters of type CraftRecipeModifier and TypeMethodDescriptionboolean
IsoGameCharacter.isRecipeActuallyKnown
(CraftRecipe craftRecipe) boolean
IsoGameCharacter.isRecipeKnown
(CraftRecipe craftRecipe) boolean
IsoGameCharacter.isRecipeKnown
(CraftRecipe craftRecipe, boolean boolean0) -
Uses of CraftRecipe in zombie.entity.components.build
Methods in zombie.entity.components.build that return CraftRecipeMethods in zombie.entity.components.build that return types with arguments of type CraftRecipeMethods in zombie.entity.components.build with parameters of type CraftRecipe -
Uses of CraftRecipe in zombie.entity.components.crafting
Classes in zombie.entity.components.crafting that implement interfaces with type arguments of type CraftRecipeFields in zombie.entity.components.crafting with type parameters of type CraftRecipeModifier and TypeFieldDescriptionprotected final HashMap
<CraftRecipe, BaseCraftingLogic.CachedRecipeInfo> BaseCraftingLogic.cachedRecipeInfoMap
protected final ArrayList
<CraftRecipe> BaseCraftingLogic.completeRecipeList
protected final ArrayList
<CraftRecipe> BaseCraftingLogic.filteredRecipeList
Methods in zombie.entity.components.crafting that return CraftRecipeModifier and TypeMethodDescriptionCraftLogic.getCurrentRecipe()
DryingLogic.DryingSlot.getCurrentRecipe()
DryingLogic.getCurrentRecipe()
FurnaceLogic.FurnaceSlot.getCurrentRecipe()
FurnaceLogic.getCurrentRecipe()
MashingLogic.getCurrentRecipe()
CraftLogic.getPossibleRecipe()
static CraftRecipe
CraftUtil.getPossibleRecipe
(CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2) static CraftRecipe
CraftUtil.getPossibleRecipe
(CraftRecipeData craftRecipeData, List<CraftRecipe> list1, List<Resource> list0, List<Resource> list2, CraftRecipeMonitor craftRecipeMonitor) DryingLogic.getPossibleRecipe()
FurnaceLogic.getPossibleRecipe()
MashingLogic.getPossibleRecipe()
BaseCraftingLogic.CachedRecipeInfo.getRecipe()
CraftRecipeMonitor.getRecipe()
Methods in zombie.entity.components.crafting that return types with arguments of type CraftRecipeModifier and TypeMethodDescriptionstatic List
<CraftRecipe> BaseCraftingLogic.filterRecipeList
(String string1, String string0, List<CraftRecipe> list0, List<CraftRecipe> list1, IsoPlayer isoPlayer) protected List
<CraftRecipe> DryingLogic.getDryingRecipes()
DryingLogic.getDryingRecipes
(ArrayList<CraftRecipe> arrayList) protected List
<CraftRecipe> DryingLogic.getFuelRecipes()
DryingLogic.getFuelRecipes
(ArrayList<CraftRecipe> arrayList) protected List
<CraftRecipe> FurnaceLogic.getFuelRecipes()
FurnaceLogic.getFuelRecipes
(ArrayList<CraftRecipe> arrayList) protected List
<CraftRecipe> FurnaceLogic.getFurnaceRecipes()
FurnaceLogic.getFurnaceRecipes
(ArrayList<CraftRecipe> arrayList) CraftBench.getRecipes()
CraftLogic.getRecipes()
CraftLogic.getRecipes
(ArrayList<CraftRecipe> arrayList) protected List
<CraftRecipe> MashingLogic.getRecipes()
MashingLogic.getRecipes
(List<CraftRecipe> list) Methods in zombie.entity.components.crafting with parameters of type CraftRecipeModifier and TypeMethodDescriptionstatic boolean
CraftUtil.canPerformRecipe
(CraftRecipe craftRecipe, CraftRecipeData craftRecipeData, List<Resource> list0, List<Resource> list1) static boolean
CraftUtil.canPerformRecipe
(CraftRecipe craftRecipe, CraftRecipeData craftRecipeData, List<Resource> list0, List<Resource> list1, CraftRecipeMonitor craftRecipeMonitor) int
BaseCraftingLogic.CachedRecipeComparator.compare
(CraftRecipe craftRecipe0, CraftRecipe craftRecipe1) protected BaseCraftingLogic.CachedRecipeInfo
BaseCraftingLogic.createCachedRecipeInfo
(CraftRecipe craftRecipe) BaseCraftingLogic.getCachedRecipeInfo
(CraftRecipe craftRecipe) static String
BaseCraftingLogic.getFavouriteModDataString
(CraftRecipe craftRecipe) void
CraftRecipeMonitor.logRecipe
(CraftRecipe craftRecipe, boolean boolean0) void
CraftLogic.setRecipe
(CraftRecipe craftRecipe) void
CraftRecipeMonitor.setRecipe
(CraftRecipe craftRecipe) protected void
DryingLogic.DryingSlot.setRecipe
(CraftRecipe craftRecipe) protected void
DryingLogic.setRecipe
(CraftRecipe craftRecipe) protected void
FurnaceLogic.FurnaceSlot.setRecipe
(CraftRecipe craftRecipe) protected void
FurnaceLogic.setRecipe
(CraftRecipe craftRecipe) protected void
MashingLogic.setRecipe
(CraftRecipe craftRecipe) Method parameters in zombie.entity.components.crafting with type arguments of type CraftRecipeModifier and TypeMethodDescriptionstatic boolean
CraftUtil.canStart
(CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2) static boolean
CraftUtil.canStart
(CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2, CraftRecipeMonitor craftRecipeMonitor) static CraftRecipeMonitor
CraftUtil.debugCanStart
(IsoPlayer var0, CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2, CraftRecipeMonitor craftRecipeMonitor) static List
<CraftRecipe> BaseCraftingLogic.filterRecipeList
(String string1, String string0, List<CraftRecipe> list0, List<CraftRecipe> list1, IsoPlayer isoPlayer) DryingLogic.getDryingRecipes
(ArrayList<CraftRecipe> arrayList) DryingLogic.getFuelRecipes
(ArrayList<CraftRecipe> arrayList) FurnaceLogic.getFuelRecipes
(ArrayList<CraftRecipe> arrayList) FurnaceLogic.getFurnaceRecipes
(ArrayList<CraftRecipe> arrayList) static CraftRecipe
CraftUtil.getPossibleRecipe
(CraftRecipeData craftRecipeData, List<CraftRecipe> list0, List<Resource> list1, List<Resource> list2) static CraftRecipe
CraftUtil.getPossibleRecipe
(CraftRecipeData craftRecipeData, List<CraftRecipe> list1, List<Resource> list0, List<Resource> list2, CraftRecipeMonitor craftRecipeMonitor) CraftLogic.getRecipes
(ArrayList<CraftRecipe> arrayList) MashingLogic.getRecipes
(List<CraftRecipe> list) void
BaseCraftingLogic.setRecipes
(List<CraftRecipe> list) -
Uses of CraftRecipe in zombie.entity.components.crafting.recipe
Classes in zombie.entity.components.crafting.recipe that implement interfaces with type arguments of type CraftRecipeModifier and TypeClassDescriptionstatic class
static class
Methods in zombie.entity.components.crafting.recipe that return CraftRecipeModifier and TypeMethodDescriptionCraftRecipeData.getRecipe()
HandcraftLogic.CachedRecipeInfo.getRecipe()
HandcraftLogic.getRecipe()
HandcraftLogic.InputItemNode.getRecipe()
Methods in zombie.entity.components.crafting.recipe that return types with arguments of type CraftRecipeModifier and TypeMethodDescriptionstatic List
<CraftRecipe> CraftRecipeSort.alphaNumeric
(List<CraftRecipe> list) static List
<CraftRecipe> CraftRecipeSort.canPerformAndValidRecipes
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter, ArrayList<Resource> arrayList0, ArrayList<InventoryItem> arrayList1) static List
<CraftRecipe> CraftRecipeManager.filterRecipeList
(String string, List<CraftRecipe> list) static List
<CraftRecipe> CraftRecipeManager.filterRecipeList
(String string0, List<CraftRecipe> list0, List<CraftRecipe> list1) HandcraftLogic.getRecipeList()
static List
<CraftRecipe> CraftRecipeManager.getRecipesForTag
(String string) static ArrayList
<CraftRecipe> CraftRecipeManager.getUniqueRecipeItems
(InventoryItem inventoryItem, IsoGameCharacter isoGameCharacter, ArrayList<ItemContainer> arrayList) static List
<CraftRecipe> CraftRecipeManager.populateRecipeList
(String string, List<CraftRecipe> list, boolean boolean0) static List
<CraftRecipe> CraftRecipeManager.populateRecipeList
(String string, List<CraftRecipe> list0, List<CraftRecipe> list1, boolean boolean0) static List
<CraftRecipe> CraftRecipeManager.queryRecipes
(String string) static List
<CraftRecipe> CraftRecipeSort.validRecipes
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter) Methods in zombie.entity.components.crafting.recipe with parameters of type CraftRecipeModifier and TypeMethodDescriptionboolean
HandcraftLogic.canCharacterPerformRecipe
(CraftRecipe craftRecipe) int
CraftRecipeSort.ValidCanPerformRecipeComparator.compare
(CraftRecipe craftRecipe0, CraftRecipe craftRecipe1) int
CraftRecipeSort.ValidRecipeComparator.compare
(CraftRecipe craftRecipe0, CraftRecipe craftRecipe1) protected BaseCraftingLogic.CachedRecipeInfo
HandcraftLogic.createCachedRecipeInfo
(CraftRecipe craftRecipe) static ArrayList
<InputScript> CraftRecipeManager.getAllValidInputScriptsForItem
(CraftRecipe craftRecipe, InventoryItem inventoryItem) static ArrayList
<InventoryItem> CraftRecipeManager.getAllValidItemsForRecipe
(CraftRecipe craftRecipe, ArrayList<InventoryItem> arrayList0, ArrayList<InventoryItem> arrayList1) static int
CraftRecipeManager.getAutoCraftCountItems
(CraftRecipe craftRecipe, ArrayList<InventoryItem> arrayList) static InputScript
CraftRecipeManager.getValidInputScriptForItem
(CraftRecipe craftRecipe, InventoryItem inventoryItem) static boolean
CraftRecipeManager.hasPlayerLearnedRecipe
(CraftRecipe craftRecipe, IsoGameCharacter isoGameCharacter) static boolean
CraftRecipeManager.isItemToolForRecipe
(CraftRecipe craftRecipe, InventoryItem inventoryItem) static boolean
CraftRecipeManager.isItemValidForRecipe
(CraftRecipe craftRecipe, InventoryItem inventoryItem) boolean
HandcraftLogic.isRecipeAvailableForCharacter
(CraftRecipe craftRecipe) static boolean
CraftRecipeManager.isValidRecipeForCharacter
(CraftRecipe craftRecipe, IsoGameCharacter isoGameCharacter, CraftRecipeMonitor craftRecipeMonitor) boolean
HandcraftLogic.isValidRecipeForCharacter
(CraftRecipe craftRecipe) boolean
CraftRecipeData.load
(ByteBuffer byteBuffer, int int2, CraftRecipe craftRecipe, boolean boolean1) void
CraftRecipeData.setRecipe
(CraftRecipe craftRecipe) void
HandcraftLogic.setRecipe
(CraftRecipe craftRecipe) void
HandcraftLogic.setRecipeFromContextClick
(CraftRecipe craftRecipe, InventoryItem inventoryItem) Method parameters in zombie.entity.components.crafting.recipe with type arguments of type CraftRecipeModifier and TypeMethodDescriptionstatic List
<CraftRecipe> CraftRecipeSort.alphaNumeric
(List<CraftRecipe> list) static List
<CraftRecipe> CraftRecipeSort.canPerformAndValidRecipes
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter, ArrayList<Resource> arrayList0, ArrayList<InventoryItem> arrayList1) static List
<CraftRecipe> CraftRecipeManager.filterRecipeList
(String string, List<CraftRecipe> list) static List
<CraftRecipe> CraftRecipeManager.filterRecipeList
(String string0, List<CraftRecipe> list0, List<CraftRecipe> list1) static List
<CraftRecipe> CraftRecipeManager.populateRecipeList
(String string, List<CraftRecipe> list, boolean boolean0) static List
<CraftRecipe> CraftRecipeManager.populateRecipeList
(String string, List<CraftRecipe> list0, List<CraftRecipe> list1, boolean boolean0) void
HandcraftLogic.setRecipes
(List<CraftRecipe> list) static List
<CraftRecipe> CraftRecipeSort.validRecipes
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter) Constructor parameters in zombie.entity.components.crafting.recipe with type arguments of type CraftRecipeModifierConstructorDescriptionValidCanPerformRecipeComparator
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter, ArrayList<Resource> arrayList0, ArrayList<InventoryItem> arrayList1) ValidRecipeComparator
(List<CraftRecipe> list, IsoGameCharacter isoGameCharacter) -
Uses of CraftRecipe in zombie.scripting
Methods in zombie.scripting that return CraftRecipeMethods in zombie.scripting that return types with arguments of type CraftRecipe -
Uses of CraftRecipe in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting that return CraftRecipeModifier and TypeMethodDescriptionCraftRecipeComponentScript.getCraftRecipe()
CraftRecipe.IOScript.getParentRecipe()
Methods in zombie.scripting.entity.components.crafting with parameters of type CraftRecipeModifier and TypeMethodDescriptionprotected static InputScript
InputScript.Load
(CraftRecipe craftRecipe, String string) protected static InputScript
InputScript.Load
(CraftRecipe craftRecipe, String string0, boolean boolean1) protected static OutputScript
OutputScript.Load
(CraftRecipe craftRecipe, String string) protected static OutputScript
OutputScript.Load
(CraftRecipe craftRecipe, String string0, boolean boolean1) protected static InputScript
InputScript.LoadBlock
(CraftRecipe craftRecipe, ScriptParser.Block block) protected static OutputScript
OutputScript.LoadBlock
(CraftRecipe craftRecipe, ScriptParser.Block block) Constructors in zombie.scripting.entity.components.crafting with parameters of type CraftRecipe -
Uses of CraftRecipe in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type CraftRecipeMethods in zombie.scripting.objects that return CraftRecipeMethods in zombie.scripting.objects with parameters of type CraftRecipe