Package net.minecraft.block.entity
Enum Class StructureBlockBlockEntity.Action
java.lang.Object
java.lang.Enum<StructureBlockBlockEntity.Action>
net.minecraft.block.entity.StructureBlockBlockEntity.Action
- All Implemented Interfaces:
Serializable
,Comparable<StructureBlockBlockEntity.Action>
,Constable
- Enclosing class:
StructureBlockBlockEntity
- Mappings:
Namespace Name named net/minecraft/block/entity/StructureBlockBlockEntity$Action
intermediary net/minecraft/class_2633$class_2634
official dqy$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StructureBlockBlockEntity.Action[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UPDATE_DATA
- Mappings:
Namespace Name Mixin selector named UPDATE_DATA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;UPDATE_DATA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
intermediary field_12108
Lnet/minecraft/class_2633$class_2634;field_12108:Lnet/minecraft/class_2633$class_2634;
official a
Ldqy$a;a:Ldqy$a;
-
SAVE_AREA
- Mappings:
Namespace Name Mixin selector named SAVE_AREA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SAVE_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
intermediary field_12110
Lnet/minecraft/class_2633$class_2634;field_12110:Lnet/minecraft/class_2633$class_2634;
official b
Ldqy$a;b:Ldqy$a;
-
LOAD_AREA
- Mappings:
Namespace Name Mixin selector named LOAD_AREA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;LOAD_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
intermediary field_12109
Lnet/minecraft/class_2633$class_2634;field_12109:Lnet/minecraft/class_2633$class_2634;
official c
Ldqy$a;c:Ldqy$a;
-
SCAN_AREA
- Mappings:
Namespace Name Mixin selector named SCAN_AREA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SCAN_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
intermediary field_12106
Lnet/minecraft/class_2633$class_2634;field_12106:Lnet/minecraft/class_2633$class_2634;
official d
Ldqy$a;d:Ldqy$a;
-
-
Constructor Details
-
Action
private Action()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-