Package net.minecraft.world.gen.feature
Enum Class RuinedPortalFeature.Type
- All Implemented Interfaces:
Serializable
,Comparable<RuinedPortalFeature.Type>
,Constable
,StringIdentifiable
- Enclosing class:
- RuinedPortalFeature
public static enum RuinedPortalFeature.Type
extends Enum<RuinedPortalFeature.Type>
implements StringIdentifiable
- Mappings:
Namespace Name official ctq$b
intermediary net/minecraft/class_5183$class_5185
named net/minecraft/world/gen/feature/RuinedPortalFeature$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static Map<String,RuinedPortalFeature.Type>
static com.mojang.serialization.Codec<RuinedPortalFeature.Type>
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
static RuinedPortalFeature.Type
getName()
static RuinedPortalFeature.Type
Returns the enum constant of this class with the specified name.static RuinedPortalFeature.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STANDARD
- Mappings:
Namespace Name Mixin selector official a
Lctq$b;a:Lctq$b;
intermediary field_24000
Lnet/minecraft/class_5183$class_5185;field_24000:Lnet/minecraft/class_5183$class_5185;
named STANDARD
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;STANDARD:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
DESERT
- Mappings:
Namespace Name Mixin selector official b
Lctq$b;b:Lctq$b;
intermediary field_24001
Lnet/minecraft/class_5183$class_5185;field_24001:Lnet/minecraft/class_5183$class_5185;
named DESERT
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;DESERT:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
JUNGLE
- Mappings:
Namespace Name Mixin selector official c
Lctq$b;c:Lctq$b;
intermediary field_24002
Lnet/minecraft/class_5183$class_5185;field_24002:Lnet/minecraft/class_5183$class_5185;
named JUNGLE
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;JUNGLE:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
SWAMP
- Mappings:
Namespace Name Mixin selector official d
Lctq$b;d:Lctq$b;
intermediary field_24003
Lnet/minecraft/class_5183$class_5185;field_24003:Lnet/minecraft/class_5183$class_5185;
named SWAMP
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;SWAMP:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
MOUNTAIN
- Mappings:
Namespace Name Mixin selector official e
Lctq$b;e:Lctq$b;
intermediary field_24004
Lnet/minecraft/class_5183$class_5185;field_24004:Lnet/minecraft/class_5183$class_5185;
named MOUNTAIN
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;MOUNTAIN:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
OCEAN
- Mappings:
Namespace Name Mixin selector official f
Lctq$b;f:Lctq$b;
intermediary field_24005
Lnet/minecraft/class_5183$class_5185;field_24005:Lnet/minecraft/class_5183$class_5185;
named OCEAN
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;OCEAN:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
NETHER
- Mappings:
Namespace Name Mixin selector official g
Lctq$b;g:Lctq$b;
intermediary field_24006
Lnet/minecraft/class_5183$class_5185;field_24006:Lnet/minecraft/class_5183$class_5185;
named NETHER
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;NETHER:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official h
Lctq$b;h:Lcom/mojang/serialization/Codec;
intermediary field_24840
Lnet/minecraft/class_5183$class_5185;field_24840:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;CODEC:Lcom/mojang/serialization/Codec;
-
BY_NAME
- Mappings:
Namespace Name Mixin selector official i
Lctq$b;i:Ljava/util/Map;
intermediary field_24007
Lnet/minecraft/class_5183$class_5185;field_24007:Ljava/util/Map;
named BY_NAME
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;BY_NAME:Ljava/util/Map;
-
name
- Mappings:
Namespace Name Mixin selector official j
Lctq$b;j:Ljava/lang/String;
intermediary field_24008
Lnet/minecraft/class_5183$class_5185;field_24008:Ljava/lang/String;
named name
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;name:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>
Lctq$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5183$class_5185;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;<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
-
getName
- Mappings:
Namespace Name Mixin selector official a
Lctq$b;a()Ljava/lang/String;
intermediary method_27214
Lnet/minecraft/class_5183$class_5185;method_27214()Ljava/lang/String;
named getName
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;getName()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official a
Lctq$b;a(Ljava/lang/String;)Lctq$b;
intermediary method_27216
Lnet/minecraft/class_5183$class_5185;method_27216(Ljava/lang/String;)Lnet/minecraft/class_5183$class_5185;
named byName
Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;byName(Ljava/lang/String;)Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lahh;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;
-