public static enum Trail.Trails extends java.lang.Enum<Trail.Trails>
| Enum Constant and Description |
|---|
AEROSPHERE |
AIR |
AVATAR |
BLOOD |
CHI |
COMBUST |
EARTH |
ELEMENTALRINGS |
ERUPTION |
FIRE |
FLOAT |
ICE |
INTENSITY |
SANDCLOAK |
STATICFIELD |
WATER |
| Modifier and Type | Method and Description |
|---|---|
static Trail.Trails |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trail.Trails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Trail.Trails EARTH
public static final Trail.Trails SANDCLOAK
public static final Trail.Trails ERUPTION
public static final Trail.Trails WATER
public static final Trail.Trails BLOOD
public static final Trail.Trails ICE
public static final Trail.Trails AIR
public static final Trail.Trails AEROSPHERE
public static final Trail.Trails FLOAT
public static final Trail.Trails FIRE
public static final Trail.Trails STATICFIELD
public static final Trail.Trails COMBUST
public static final Trail.Trails CHI
public static final Trail.Trails INTENSITY
public static final Trail.Trails AVATAR
public static final Trail.Trails ELEMENTALRINGS
public static Trail.Trails[] values()
for (Trail.Trails c : Trail.Trails.values()) System.out.println(c);
public static Trail.Trails 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