Enum Class MineshaftStructure.Type
- All Implemented Interfaces:
Serializable,Comparable<MineshaftStructure.Type>,Constable,StringIdentifiable
- Enclosing class:
MineshaftStructure
public static enum MineshaftStructure.Type
extends Enum<MineshaftStructure.Type>
implements StringIdentifiable
- Mappings:
Namespace Name official elx$aintermediary net/minecraft/class_3098$class_3100named net/minecraft/world/gen/structure/MineshaftStructure$Type
-
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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IntFunction<MineshaftStructure.Type> static final com.mojang.serialization.Codec<MineshaftStructure.Type> private final BlockStateprivate final BlockStateprivate final Stringprivate final BlockStateFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static MineshaftStructure.TypebyId(int id) getFence()getLog()getName()static MineshaftStructure.TypeReturns the enum constant of this class with the specified name.static MineshaftStructure.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector official aLelx$a;a:Lelx$a;intermediary field_13692Lnet/minecraft/class_3098$class_3100;field_13692:Lnet/minecraft/class_3098$class_3100;named NORMALLnet/minecraft/world/gen/structure/MineshaftStructure$Type;NORMAL:Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;
-
MESA
- Mappings:
Namespace Name Mixin selector official bLelx$a;b:Lelx$a;intermediary field_13691Lnet/minecraft/class_3098$class_3100;field_13691:Lnet/minecraft/class_3098$class_3100;named MESALnet/minecraft/world/gen/structure/MineshaftStructure$Type;MESA:Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;
-
POTATO
- Mappings:
Namespace Name Mixin selector official cLelx$a;c:Lelx$a;intermediary field_51027Lnet/minecraft/class_3098$class_3100;field_51027:Lnet/minecraft/class_3098$class_3100;named POTATOLnet/minecraft/world/gen/structure/MineshaftStructure$Type;POTATO:Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official dLelx$a;d:Lcom/mojang/serialization/Codec;intermediary field_24839Lnet/minecraft/class_3098$class_3100;field_24839:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/structure/MineshaftStructure$Type;CODEC:Lcom/mojang/serialization/Codec;
-
BY_ID
- Mappings:
Namespace Name Mixin selector official eLelx$a;e:Ljava/util/function/IntFunction;intermediary field_41680Lnet/minecraft/class_3098$class_3100;field_41680:Ljava/util/function/IntFunction;named BY_IDLnet/minecraft/world/gen/structure/MineshaftStructure$Type;BY_ID:Ljava/util/function/IntFunction;
-
name
- Mappings:
Namespace Name Mixin selector official fLelx$a;f:Ljava/lang/String;intermediary field_13689Lnet/minecraft/class_3098$class_3100;field_13689:Ljava/lang/String;named nameLnet/minecraft/world/gen/structure/MineshaftStructure$Type;name:Ljava/lang/String;
-
log
- Mappings:
Namespace Name Mixin selector official gLelx$a;g:Ldtc;intermediary field_28850Lnet/minecraft/class_3098$class_3100;field_28850:Lnet/minecraft/class_2680;named logLnet/minecraft/world/gen/structure/MineshaftStructure$Type;log:Lnet/minecraft/block/BlockState;
-
planks
- Mappings:
Namespace Name Mixin selector official hLelx$a;h:Ldtc;intermediary field_28851Lnet/minecraft/class_3098$class_3100;field_28851:Lnet/minecraft/class_2680;named planksLnet/minecraft/world/gen/structure/MineshaftStructure$Type;planks:Lnet/minecraft/block/BlockState;
-
fence
- Mappings:
Namespace Name Mixin selector official iLelx$a;i:Ldtc;intermediary field_28852Lnet/minecraft/class_3098$class_3100;field_28852:Lnet/minecraft/class_2680;named fenceLnet/minecraft/world/gen/structure/MineshaftStructure$Type;fence:Lnet/minecraft/block/BlockState;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lelx$a;<init>(Ljava/lang/String;ILjava/lang/String;Ldfc;Ldfc;Ldfc;)Vintermediary <init>Lnet/minecraft/class_3098$class_3100;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)Vnamed <init>Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;)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
-
getName
- Mappings:
Namespace Name Mixin selector official aLelx$a;a()Ljava/lang/String;intermediary method_13534Lnet/minecraft/class_3098$class_3100;method_13534()Ljava/lang/String;named getNameLnet/minecraft/world/gen/structure/MineshaftStructure$Type;getName()Ljava/lang/String;
-
byId
- Mappings:
Namespace Name Mixin selector official aLelx$a;a(I)Lelx$a;intermediary method_13535Lnet/minecraft/class_3098$class_3100;method_13535(I)Lnet/minecraft/class_3098$class_3100;named byIdLnet/minecraft/world/gen/structure/MineshaftStructure$Type;byId(I)Lnet/minecraft/world/gen/structure/MineshaftStructure$Type;
-
getLog
- Mappings:
Namespace Name Mixin selector official bLelx$a;b()Ldtc;intermediary method_33760Lnet/minecraft/class_3098$class_3100;method_33760()Lnet/minecraft/class_2680;named getLogLnet/minecraft/world/gen/structure/MineshaftStructure$Type;getLog()Lnet/minecraft/block/BlockState;
-
getPlanks
- Mappings:
Namespace Name Mixin selector official dLelx$a;d()Ldtc;intermediary method_33761Lnet/minecraft/class_3098$class_3100;method_33761()Lnet/minecraft/class_2680;named getPlanksLnet/minecraft/world/gen/structure/MineshaftStructure$Type;getPlanks()Lnet/minecraft/block/BlockState;
-
getFence
- Mappings:
Namespace Name Mixin selector official eLelx$a;e()Ldtc;intermediary method_33762Lnet/minecraft/class_3098$class_3100;method_33762()Lnet/minecraft/class_2680;named getFenceLnet/minecraft/world/gen/structure/MineshaftStructure$Type;getFence()Lnet/minecraft/block/BlockState;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLazg;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-