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 requiredSkill, IsoGameCharacter isoGameCharacter) -
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 int0) CraftRecipe.getAutoLearnAnySkill
(int int0) CraftRecipe.getRequiredSkill
(int int0)