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