public enum ADVANCEMENT extends java.lang.Enum<ADVANCEMENT>
Enum Constant and Description |
---|
CRAFT |
DEFENDER |
ENERGY |
FARM |
FRIENDS |
KILL |
ROOMS |
ROOT |
TARDIS |
TRAVEL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigName() |
static ADVANCEMENT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ADVANCEMENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADVANCEMENT CRAFT
public static final ADVANCEMENT DEFENDER
public static final ADVANCEMENT ENERGY
public static final ADVANCEMENT FARM
public static final ADVANCEMENT FRIENDS
public static final ADVANCEMENT KILL
public static final ADVANCEMENT ROOMS
public static final ADVANCEMENT ROOT
public static final ADVANCEMENT TARDIS
public static final ADVANCEMENT TRAVEL
public static ADVANCEMENT[] values()
for (ADVANCEMENT c : ADVANCEMENT.values()) System.out.println(c);
public static ADVANCEMENT 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 getConfigName()