Package net.minecraft.block.entity
Enum StructureBlockBlockEntity.Action
java.lang.Object
java.lang.Enum<StructureBlockBlockEntity.Action>
net.minecraft.block.entity.StructureBlockBlockEntity.Action
- All Implemented Interfaces:
Serializable,Comparable<StructureBlockBlockEntity.Action>,java.lang.constant.Constable
- Enclosing class:
- StructureBlockBlockEntity
public static enum StructureBlockBlockEntity.Action extends Enum<StructureBlockBlockEntity.Action>
- Mappings:
Namespace Name official cgv$aintermediary net/minecraft/class_2633$class_2634named net/minecraft/block/entity/StructureBlockBlockEntity$Action
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description LOAD_AREASAVE_AREASCAN_AREAUPDATE_DATA -
Constructor Summary
Constructors Modifier Constructor Description privateAction() -
Method Summary
Modifier and Type Method Description static StructureBlockBlockEntity.ActionvalueOf(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.
-
Enum Constant Details
-
UPDATE_DATA
- Mappings:
Namespace Name Mixin selector official aLcgv$a;a:Lcgv$a;intermediary field_12108Lnet/minecraft/class_2633$class_2634;field_12108:Lnet/minecraft/class_2633$class_2634;named UPDATE_DATALnet/minecraft/block/entity/StructureBlockBlockEntity$Action;UPDATE_DATA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
SAVE_AREA
- Mappings:
Namespace Name Mixin selector official bLcgv$a;b:Lcgv$a;intermediary field_12110Lnet/minecraft/class_2633$class_2634;field_12110:Lnet/minecraft/class_2633$class_2634;named SAVE_AREALnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SAVE_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
LOAD_AREA
- Mappings:
Namespace Name Mixin selector official cLcgv$a;c:Lcgv$a;intermediary field_12109Lnet/minecraft/class_2633$class_2634;field_12109:Lnet/minecraft/class_2633$class_2634;named LOAD_AREALnet/minecraft/block/entity/StructureBlockBlockEntity$Action;LOAD_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
SCAN_AREA
- Mappings:
Namespace Name Mixin selector official dLcgv$a;d:Lcgv$a;intermediary field_12106Lnet/minecraft/class_2633$class_2634;field_12106:Lnet/minecraft/class_2633$class_2634;named SCAN_AREALnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SCAN_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
-
Constructor Details
-
Action
private Action()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-