Package net.minecraft.block.enums
Enum Class StructureBlockMode
- All Implemented Interfaces:
Serializable
,Comparable<StructureBlockMode>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/enums/StructureBlockMode
intermediary net/minecraft/class_2776
official dto
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.asText()
static StructureBlockMode
Returns the enum constant of this class with the specified name.static StructureBlockMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SAVE
- Mappings:
Namespace Name Mixin selector named SAVE
Lnet/minecraft/block/enums/StructureBlockMode;SAVE:Lnet/minecraft/block/enums/StructureBlockMode;
intermediary field_12695
Lnet/minecraft/class_2776;field_12695:Lnet/minecraft/class_2776;
official a
Ldto;a:Ldto;
-
LOAD
- Mappings:
Namespace Name Mixin selector named LOAD
Lnet/minecraft/block/enums/StructureBlockMode;LOAD:Lnet/minecraft/block/enums/StructureBlockMode;
intermediary field_12697
Lnet/minecraft/class_2776;field_12697:Lnet/minecraft/class_2776;
official b
Ldto;b:Ldto;
-
CORNER
- Mappings:
Namespace Name Mixin selector named CORNER
Lnet/minecraft/block/enums/StructureBlockMode;CORNER:Lnet/minecraft/block/enums/StructureBlockMode;
intermediary field_12699
Lnet/minecraft/class_2776;field_12699:Lnet/minecraft/class_2776;
official c
Ldto;c:Ldto;
-
DATA
- Mappings:
Namespace Name Mixin selector named DATA
Lnet/minecraft/block/enums/StructureBlockMode;DATA:Lnet/minecraft/block/enums/StructureBlockMode;
intermediary field_12696
Lnet/minecraft/class_2776;field_12696:Lnet/minecraft/class_2776;
official d
Ldto;d:Ldto;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/block/enums/StructureBlockMode;name:Ljava/lang/String;
intermediary field_12698
Lnet/minecraft/class_2776;field_12698:Ljava/lang/String;
official e
Ldto;e:Ljava/lang/String;
-
text
- Mappings:
Namespace Name Mixin selector named text
Lnet/minecraft/block/enums/StructureBlockMode;text:Lnet/minecraft/text/Text;
intermediary field_26444
Lnet/minecraft/class_2776;field_26444:Lnet/minecraft/class_2561;
official f
Ldto;f:Lxp;
-
-
Constructor Details
-
StructureBlockMode
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/enums/StructureBlockMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2776;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldto;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-
asText
- Mappings:
Namespace Name Mixin selector named asText
Lnet/minecraft/block/enums/StructureBlockMode;asText()Lnet/minecraft/text/Text;
intermediary method_30844
Lnet/minecraft/class_2776;method_30844()Lnet/minecraft/class_2561;
official a
Ldto;a()Lxp;
-