public static enum RACE.RaceFlags2 extends java.lang.Enum<RACE.RaceFlags2>
Enum Constant and Description |
---|
AllowMountedCombat |
NonHostile |
UseAdvancedAvoidance |
Modifier and Type | Method and Description |
---|---|
static RACE.RaceFlags2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RACE.RaceFlags2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RACE.RaceFlags2 UseAdvancedAvoidance
public static final RACE.RaceFlags2 NonHostile
public static final RACE.RaceFlags2 AllowMountedCombat
public static RACE.RaceFlags2[] values()
for (RACE.RaceFlags2 c : RACE.RaceFlags2.values()) System.out.println(c);
public static RACE.RaceFlags2 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