Enum Constant and Description |
---|
AREA |
BIOME_1 |
BIOME_2 |
CIRCUIT |
PLAYER |
PRESET_1 |
PRESET_2 |
SAVE_1 |
SAVE_2 |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmpty() |
java.lang.String |
getTable() |
java.lang.String |
getTitle() |
static STORAGE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STORAGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STORAGE AREA
public static final STORAGE BIOME_1
public static final STORAGE BIOME_2
public static final STORAGE CIRCUIT
public static final STORAGE PLAYER
public static final STORAGE PRESET_1
public static final STORAGE PRESET_2
public static final STORAGE SAVE_1
public static final STORAGE SAVE_2
public static STORAGE[] values()
for (STORAGE c : STORAGE.values()) System.out.println(c);
public static STORAGE 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 getTitle()
public java.lang.String getTable()
public java.lang.String getEmpty()