public static enum StructureBlockBlockEntity.Action extends Enum<StructureBlockBlockEntity.Action>
Enum Constant and Description |
---|
LOAD_AREA |
SAVE_AREA |
SCAN_AREA |
UPDATE_DATA |
Modifier and Type | Method and Description |
---|---|
static StructureBlockBlockEntity.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructureBlockBlockEntity.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructureBlockBlockEntity.Action UPDATE_DATA
public static final StructureBlockBlockEntity.Action SAVE_AREA
public static final StructureBlockBlockEntity.Action LOAD_AREA
public static final StructureBlockBlockEntity.Action SCAN_AREA
public static StructureBlockBlockEntity.Action[] values()
for (StructureBlockBlockEntity.Action c : StructureBlockBlockEntity.Action.values()) System.out.println(c);
public static StructureBlockBlockEntity.Action valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null