java.io.Serializable
, java.lang.Comparable<CMProps.ListFile>
public static enum CMProps.ListFile extends java.lang.Enum<CMProps.ListFile>
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getKey() |
|
static CMProps.ListFile |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProps.ListFile[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProps.ListFile DAMAGE_WORDS_THRESHOLDS
public static final CMProps.ListFile DAMAGE_WORDS
public static final CMProps.ListFile HEALTH_CHART
public static final CMProps.ListFile MISS_DESCS
public static final CMProps.ListFile WEAPON_MISS_DESCS
public static final CMProps.ListFile PROWESS_DESCS_CEILING
public static final CMProps.ListFile PROWESS_DESCS
public static final CMProps.ListFile ARMOR_DESCS_CEILING
public static final CMProps.ListFile ARMOR_DESCS
public static final CMProps.ListFile ARMOR_ADJS
public static final CMProps.ListFile DAMAGE_DESCS_CEILING
public static final CMProps.ListFile DAMAGE_DESCS
public static final CMProps.ListFile DAMAGE_ADJS
public static final CMProps.ListFile EXTREME_ADVS
public static final CMProps.ListFile COMBAT_ADJS
public static final CMProps.ListFile COMBAT_NOUNS
public static final CMProps.ListFile CHARSTAT_CHART
public static final CMProps.ListFile EXP_CHART
public static final CMProps.ListFile ARMOR_MISFITS
public static final CMProps.ListFile MAGIC_WORDS
public static final CMProps.ListFile GAIT_LIST
public static final CMProps.ListFile TOD_CHANGE_OUTSIDE
public static final CMProps.ListFile TOD_CHANGE_INSIDE
public static final CMProps.ListFile WEATHER_ENDS
public static final CMProps.ListFile WEAPON_HIT_DESCS
public static final CMProps.ListFile RACIAL_CATEGORY_IS_UNDEAD
public static final CMProps.ListFile RACIAL_CATEGORY_IS_OUTSIDER
public static final CMProps.ListFile RACIAL_CATEGORY_IS_INSECT
public static final CMProps.ListFile RACIAL_CATEGORY_IS_VERMIN
public static final CMProps.ListFile RACIAL_CATEGORY_IS_VEGETATION
public static final CMProps.ListFile RACIAL_CATEGORY_IS_FISH
public static final CMProps.ListFile RACIAL_CATEGORY_IS_MARINE
public static final CMProps.ListFile WIZ_NOAUTOINVOKE
public static final CMProps.ListFile SKILL_PROFICIENCY_DESC
public static final CMProps.ListFile TECH_LEVEL_NAMES
public static final CMProps.ListFile TECH_BABBLE_VERBS
public static final CMProps.ListFile TECH_BABBLE_ADJ1
public static final CMProps.ListFile TECH_BABBLE_ADJ2
public static final CMProps.ListFile TECH_BABBLE_NOUN
public static final CMProps.ListFile TECH_SECTOR_X_NAMES
public static final CMProps.ListFile TECH_SECTOR_Y_NAMES
public static final CMProps.ListFile TECH_SECTOR_Z_NAMES
public static final CMProps.ListFile WEAPON_CONDITION_EDGED
public static final CMProps.ListFile WEAPON_CONDITION_OTHER
public static final CMProps.ListFile ARMOR_CONDITION_CLOTH
public static final CMProps.ListFile ARMOR_CONDITION_GLASS
public static final CMProps.ListFile ARMOR_CONDITION_LEATHER
public static final CMProps.ListFile ARMOR_CONDITION_WOODEN
public static final CMProps.ListFile ARMOR_CONDITION_METAL
public static final CMProps.ListFile ARMOR_CONDITION_OTHER
public static final CMProps.ListFile GENDERS
public static final CMProps.ListFile ISO_LANG_CODES
public static final CMProps.ListFile WEATHER_CLEAR
public static final CMProps.ListFile WEATHER_CLOUDY
public static final CMProps.ListFile WEATHER_WINDY
public static final CMProps.ListFile WEATHER_RAIN
public static final CMProps.ListFile WEATHER_THUNDERSTORM
public static final CMProps.ListFile WEATHER_SNOW
public static final CMProps.ListFile WEATHER_HAIL
public static final CMProps.ListFile WEATHER_HEAT_WAVE
public static final CMProps.ListFile WEATHER_SLEET
public static final CMProps.ListFile WEATHER_BLIZZARD
public static final CMProps.ListFile WEATHER_DUSTSTORM
public static final CMProps.ListFile WEATHER_DROUGHT
public static final CMProps.ListFile WEATHER_WINTER_COLD
public static final CMProps.ListFile WEATHER_FOG
public static final CMProps.ListFile WEATHER_NONE
public static CMProps.ListFile[] values()
for (CMProps.ListFile c : CMProps.ListFile.values()) System.out.println(c);
public static CMProps.ListFile 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 java.lang.String getKey()