Uses of Enum Class
de.kaiserpfalzedv.rpg.torg.model.core.Skill
Packages that use Skill
-
Uses of Skill in de.kaiserpfalzedv.rpg.torg.model.actors
Methods in de.kaiserpfalzedv.rpg.torg.model.actors that return SkillMethods in de.kaiserpfalzedv.rpg.torg.model.actors with parameters of type SkillModifier and TypeMethodDescriptionConstructors in de.kaiserpfalzedv.rpg.torg.model.actors with parameters of type Skill -
Uses of Skill in de.kaiserpfalzedv.rpg.torg.model.core
Methods in de.kaiserpfalzedv.rpg.torg.model.core that return SkillModifier and TypeMethodDescriptionAttack.getSkill()static SkillReturns the enum constant of this class with the specified name.static Skill[]Skill.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.kaiserpfalzedv.rpg.torg.model.core that return types with arguments of type SkillModifier and TypeMethodDescriptionSkill.allSkills()Skill.combatSkills()Skill.interactionAttacks()Skill.mapFoundry(String name) Skill.mapFromFoundry(@NotNull String name) Skill.mapFromRoll20(@NotNull String name) Skill.otherSkills()Methods in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type SkillConstructors in de.kaiserpfalzedv.rpg.torg.model.core with parameters of type Skill