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
- Mappings:
Namespace Name official ciz$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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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 aLciz$a;a:Lciz$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 bLciz$a;b:Lciz$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 cLciz$a;c:Lciz$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 dLciz$a;d:Lciz$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
-