java.io.Serializable
, java.lang.Comparable<Area.Stats>
public static enum Area.Stats extends java.lang.Enum<Area.Stats>
Modifier and Type | Method | Description |
---|---|---|
static Area.Stats |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Area.Stats[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Area.Stats POPULATION
public static final Area.Stats MIN_LEVEL
public static final Area.Stats MAX_LEVEL
public static final Area.Stats AVG_LEVEL
public static final Area.Stats MED_LEVEL
public static final Area.Stats AVG_ALIGNMENT
public static final Area.Stats MED_ALIGNMENT
public static final Area.Stats TOTAL_LEVELS
public static final Area.Stats TOTAL_INTELLIGENT_LEVELS
public static final Area.Stats VISITABLE_ROOMS
public static final Area.Stats INDOOR_ROOMS
public static final Area.Stats MIN_ALIGNMENT
public static final Area.Stats MAX_ALIGNMENT
public static final Area.Stats ANIMALS
public static final Area.Stats COUNTABLE_ROOMS
public static final Area.Stats WATER_ROOMS
public static final Area.Stats DESERT_ROOMS
public static final Area.Stats CITY_ROOMS
public static final Area.Stats CAVE_ROOMS
public static final Area.Stats INTELLIGENT_MOBS
public static final Area.Stats MAX_LEVEL_MOBS
public static Area.Stats[] values()
for (Area.Stats c : Area.Stats.values()) System.out.println(c);
public static Area.Stats 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 null