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 official dao$a
intermediary net/minecraft/class_2633$class_2634
named 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
-
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 official a
Ldao$a;a:Ldao$a;
intermediary field_12108
Lnet/minecraft/class_2633$class_2634;field_12108:Lnet/minecraft/class_2633$class_2634;
named UPDATE_DATA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;UPDATE_DATA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
SAVE_AREA
- Mappings:
Namespace Name Mixin selector official b
Ldao$a;b:Ldao$a;
intermediary field_12110
Lnet/minecraft/class_2633$class_2634;field_12110:Lnet/minecraft/class_2633$class_2634;
named SAVE_AREA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SAVE_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
LOAD_AREA
- Mappings:
Namespace Name Mixin selector official c
Ldao$a;c:Ldao$a;
intermediary field_12109
Lnet/minecraft/class_2633$class_2634;field_12109:Lnet/minecraft/class_2633$class_2634;
named LOAD_AREA
Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;LOAD_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
-
SCAN_AREA
- Mappings:
Namespace Name Mixin selector official d
Ldao$a;d:Ldao$a;
intermediary field_12106
Lnet/minecraft/class_2633$class_2634;field_12106:Lnet/minecraft/class_2633$class_2634;
named SCAN_AREA
Lnet/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 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
-