Uses of Class
zombie.scripting.entity.components.crafting.CraftRecipe.RequiredSkill
Packages that use CraftRecipe.RequiredSkill
Package
Description
-
Uses of CraftRecipe.RequiredSkill in zombie.entity.components.crafting.recipe
Methods in zombie.entity.components.crafting.recipe with parameters of type CraftRecipe.RequiredSkillModifier and TypeMethodDescriptionstatic boolean
CraftRecipeManager.hasPlayerRequiredSkill
(CraftRecipe.RequiredSkill arg0, IsoGameCharacter arg1) -
Uses of CraftRecipe.RequiredSkill in zombie.scripting.entity.components.crafting
Fields in zombie.scripting.entity.components.crafting with type parameters of type CraftRecipe.RequiredSkillModifier and TypeFieldDescriptionCraftRecipe.autoLearnAll
CraftRecipe.autoLearnAny
CraftRecipe.skillRequired
Methods in zombie.scripting.entity.components.crafting that return CraftRecipe.RequiredSkillModifier and TypeMethodDescriptionCraftRecipe.getAutoLearnAllSkill
(int arg0) CraftRecipe.getAutoLearnAnySkill
(int arg0) CraftRecipe.getRequiredSkill
(int arg0)