Package net.minecraft.block.enums
Enum Class StructureBlockMode
- All Implemented Interfaces:
Serializable
,Comparable<StructureBlockMode>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official cwx
intermediary net/minecraft/class_2776
named net/minecraft/block/enums/StructureBlockMode
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
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 official a
Lcwx;a:Lcwx;
intermediary field_12695
Lnet/minecraft/class_2776;field_12695:Lnet/minecraft/class_2776;
named SAVE
Lnet/minecraft/block/enums/StructureBlockMode;SAVE:Lnet/minecraft/block/enums/StructureBlockMode;
-
LOAD
- Mappings:
Namespace Name Mixin selector official b
Lcwx;b:Lcwx;
intermediary field_12697
Lnet/minecraft/class_2776;field_12697:Lnet/minecraft/class_2776;
named LOAD
Lnet/minecraft/block/enums/StructureBlockMode;LOAD:Lnet/minecraft/block/enums/StructureBlockMode;
-
CORNER
- Mappings:
Namespace Name Mixin selector official c
Lcwx;c:Lcwx;
intermediary field_12699
Lnet/minecraft/class_2776;field_12699:Lnet/minecraft/class_2776;
named CORNER
Lnet/minecraft/block/enums/StructureBlockMode;CORNER:Lnet/minecraft/block/enums/StructureBlockMode;
-
DATA
- Mappings:
Namespace Name Mixin selector official d
Lcwx;d:Lcwx;
intermediary field_12696
Lnet/minecraft/class_2776;field_12696:Lnet/minecraft/class_2776;
named DATA
Lnet/minecraft/block/enums/StructureBlockMode;DATA:Lnet/minecraft/block/enums/StructureBlockMode;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official e
Lcwx;e:Ljava/lang/String;
intermediary field_12698
Lnet/minecraft/class_2776;field_12698:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/StructureBlockMode;name:Ljava/lang/String;
-
text
- Mappings:
Namespace Name Mixin selector official f
Lcwx;f:Lrq;
intermediary field_26444
Lnet/minecraft/class_2776;field_26444:Lnet/minecraft/class_2561;
named text
Lnet/minecraft/block/enums/StructureBlockMode;text:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
StructureBlockMode
- Mappings:
Namespace Name Mixin selector official <init>
Lcwx;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2776;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/enums/StructureBlockMode;<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
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lamw;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
asText
- Mappings:
Namespace Name Mixin selector official a
Lcwx;a()Lrq;
intermediary method_30844
Lnet/minecraft/class_2776;method_30844()Lnet/minecraft/class_2561;
named asText
Lnet/minecraft/block/enums/StructureBlockMode;asText()Lnet/minecraft/text/Text;
-