java.io.Serializable
, java.lang.Comparable<CMProps.Int.Prowesses>
public static enum CMProps.Int.Prowesses extends java.lang.Enum<CMProps.Int.Prowesses>
Enum Constant | Description |
---|---|
ARMOR_ABSOLUTE |
|
ARMOR_ADJ |
|
ARMOR_ADV |
|
ARMOR_NUMBER |
|
COMBAT_ABSOLUTE |
|
COMBAT_ADJ |
|
COMBAT_ADV |
|
COMBAT_NOUN |
|
COMBAT_NUMBER |
|
DAMAGE_ABSOLUTE |
|
DAMAGE_ADJ |
|
DAMAGE_ADV |
|
DAMAGE_NUMBER |
|
FACTION_RANGE |
|
NONE |
|
POWER_LEVEL |
|
SKILL_PROFICIENCY |
|
STAT_PROFICIENCY |
Modifier and Type | Field | Description |
---|---|---|
int |
value |
Modifier and Type | Method | Description |
---|---|---|
boolean |
is(int val) |
|
static CMProps.Int.Prowesses |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProps.Int.Prowesses[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProps.Int.Prowesses NONE
public static final CMProps.Int.Prowesses ARMOR_ABSOLUTE
public static final CMProps.Int.Prowesses ARMOR_NUMBER
public static final CMProps.Int.Prowesses ARMOR_ADV
public static final CMProps.Int.Prowesses ARMOR_ADJ
public static final CMProps.Int.Prowesses COMBAT_ABSOLUTE
public static final CMProps.Int.Prowesses COMBAT_NUMBER
public static final CMProps.Int.Prowesses COMBAT_ADV
public static final CMProps.Int.Prowesses COMBAT_ADJ
public static final CMProps.Int.Prowesses COMBAT_NOUN
public static final CMProps.Int.Prowesses DAMAGE_ABSOLUTE
public static final CMProps.Int.Prowesses DAMAGE_ADV
public static final CMProps.Int.Prowesses DAMAGE_ADJ
public static final CMProps.Int.Prowesses DAMAGE_NUMBER
public static final CMProps.Int.Prowesses SKILL_PROFICIENCY
public static final CMProps.Int.Prowesses STAT_PROFICIENCY
public static final CMProps.Int.Prowesses FACTION_RANGE
public static final CMProps.Int.Prowesses POWER_LEVEL
public static CMProps.Int.Prowesses[] values()
for (CMProps.Int.Prowesses c : CMProps.Int.Prowesses.values()) System.out.println(c);
public static CMProps.Int.Prowesses valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean is(int val)