Uses of Class
zombie.entity.components.crafting.recipe.CraftRecipeData
Packages that use CraftRecipeData
Package
Description
-
Uses of CraftRecipeData in zombie.entity.components.build
Methods in zombie.entity.components.build that return CraftRecipeData -
Uses of CraftRecipeData in zombie.entity.components.crafting
Fields in zombie.entity.components.crafting declared as CraftRecipeDataModifier and TypeFieldDescriptionprotected final CraftRecipeData
BaseCraftingLogic.testRecipeData
Methods in zombie.entity.components.crafting with parameters of type CraftRecipeDataModifier 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) static 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 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) -
Uses of CraftRecipeData in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe that return CraftRecipeDataModifier and TypeMethodDescriptionstatic CraftRecipeData
CraftRecipeData.Alloc
(CraftMode craftModex, boolean boolean0, boolean boolean1, boolean boolean2, boolean boolean3) static CraftRecipeData
CraftRecipeManager.getCraftDataForPlayer
(IsoPlayer isoPlayer) protected abstract CraftRecipeData
CraftRecipeData.CacheData.getRecipeData()
protected CraftRecipeData
CraftRecipeData.InputScriptData.getRecipeData()
protected CraftRecipeData
CraftRecipeData.OutputScriptData.getRecipeData()
HandcraftLogic.getRecipeData()
Methods in zombie.entity.components.crafting.recipe with parameters of type CraftRecipeDataModifier and TypeMethodDescriptionOutputMapper.getOutputItem
(CraftRecipeData craftRecipeData) OutputMapper.getOutputItem
(CraftRecipeData craftRecipeData, boolean boolean2) -
Uses of CraftRecipeData in zombie.scripting.entity.components.crafting
Methods in zombie.scripting.entity.components.crafting with parameters of type CraftRecipeData