Package net.minecraft.block.enums
Enum StructureBlockMode
- All Implemented Interfaces:
Serializable,Comparable<StructureBlockMode>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official clgintermediary net/minecraft/class_2776named net/minecraft/block/enums/StructureBlockMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()asText()static StructureBlockModeReturns the enum constant of this type with the specified name.static StructureBlockMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SAVE
- Mappings:
Namespace Name Mixin selector official aLclg;a:Lclg;intermediary field_12695Lnet/minecraft/class_2776;field_12695:Lnet/minecraft/class_2776;named SAVELnet/minecraft/block/enums/StructureBlockMode;SAVE:Lnet/minecraft/block/enums/StructureBlockMode;
-
LOAD
- Mappings:
Namespace Name Mixin selector official bLclg;b:Lclg;intermediary field_12697Lnet/minecraft/class_2776;field_12697:Lnet/minecraft/class_2776;named LOADLnet/minecraft/block/enums/StructureBlockMode;LOAD:Lnet/minecraft/block/enums/StructureBlockMode;
-
CORNER
- Mappings:
Namespace Name Mixin selector official cLclg;c:Lclg;intermediary field_12699Lnet/minecraft/class_2776;field_12699:Lnet/minecraft/class_2776;named CORNERLnet/minecraft/block/enums/StructureBlockMode;CORNER:Lnet/minecraft/block/enums/StructureBlockMode;
-
DATA
- Mappings:
Namespace Name Mixin selector official dLclg;d:Lclg;intermediary field_12696Lnet/minecraft/class_2776;field_12696:Lnet/minecraft/class_2776;named DATALnet/minecraft/block/enums/StructureBlockMode;DATA:Lnet/minecraft/block/enums/StructureBlockMode;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official eLclg;e:Ljava/lang/String;intermediary field_12698Lnet/minecraft/class_2776;field_12698:Ljava/lang/String;named nameLnet/minecraft/block/enums/StructureBlockMode;name:Ljava/lang/String;
-
text
- Mappings:
Namespace Name Mixin selector official fLclg;f:Lon;intermediary field_26444Lnet/minecraft/class_2776;field_26444:Lnet/minecraft/class_2561;named textLnet/minecraft/block/enums/StructureBlockMode;text:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
StructureBlockMode
- Mappings:
Namespace Name Mixin selector official <init>Lclg;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2776;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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 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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
asText
- Mappings:
Namespace Name Mixin selector official aLclg;a()Lon;intermediary method_30844Lnet/minecraft/class_2776;method_30844()Lnet/minecraft/class_2561;named asTextLnet/minecraft/block/enums/StructureBlockMode;asText()Lnet/minecraft/text/Text;
-