Enum Class Skill
- All Implemented Interfaces:
MapperEnum<Skill>,Serializable,Comparable<Skill>,Constable
SkillType -- The skills defined in Torg.
- Since:
- 1.2.0 2021-05-23
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionmapFoundry(String name) mapFromFoundry(@NotNull String name) mapFromRoll20(@NotNull String name) toString()static SkillReturns the enum constant of this class with the specified name.static Skill[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
ENERGY_WEAPONS
-
FIRE_COMBAT
-
HEAVY_WEAPONS
-
MELEE_WEAPONS
-
MISSILE_WEAPONS
-
UNARMED_COMBAT
-
INTIMIDATION
-
MANEUVER
-
TAUNT
-
TRICK
-
AIR_VEHICLES
-
ALTERATION
-
APPORTATION
-
BEAST_RIDING
-
COMPUTERS
-
CONJURATION
-
DIVINATION
-
DODGE
-
EVIDENCE_ANALYSIS
-
FAITH
-
FIND
-
FIRST_AID
-
KINESIS
-
LAND_VEHICLES
-
LANGUAGE
-
LOCKPICKING
-
MEDICINE
-
PERSUASION
-
PRECOGNITION
-
PROFESSION
-
REALITY
-
SCHOLAR
-
SCIENCE
-
STEALTH
-
STREETWISE
-
SURVIVAL
-
TELEPATHY
-
TRACKING
-
WATER_VEHICLES
-
WILLPOWER
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
mapFoundry
-
mapFromFoundry
- Specified by:
mapFromFoundryin interfaceMapperEnum<Skill>
-
mapFromRoll20
- Specified by:
mapFromRoll20in interfaceMapperEnum<Skill>
-
allSkills
-
combatSkills
-
interactionAttacks
-
otherSkills
-
getAttribute
-
getRoll20
- Specified by:
getRoll20in interfaceMapperEnum<Skill>
-
getFoundry
- Specified by:
getFoundryin interfaceMapperEnum<Skill>
-
toString
-