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