Package net.minecraft.block.enums
Enum StructureBlockMode
- All Implemented Interfaces:
Serializable,Comparable<StructureBlockMode>,java.lang.constant.Constable,StringIdentifiable
public enum StructureBlockMode extends Enum<StructureBlockMode> implements StringIdentifiable
- Mappings:
Namespace Name official cjcintermediary 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
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateStructureBlockMode(String name) -
Method Summary
Modifier and Type Method Description StringasString()TextasText()static StructureBlockModevalueOf(String name)Returns 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 aLcjc;a:Lcjc;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 bLcjc;b:Lcjc;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 cLcjc;c:Lcjc;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 dLcjc;d:Lcjc;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 eLcjc;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 fLcjc;f:Loi;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>Lcjc;<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 aLagi;a()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 bLcjc;b()Loi;intermediary method_30844Lnet/minecraft/class_2776;method_30844()Lnet/minecraft/class_2561;named asTextLnet/minecraft/block/enums/StructureBlockMode;asText()Lnet/minecraft/text/Text;
-