Package net.minecraft.structure
Enum Class RuinedPortalStructurePiece.VerticalPlacement
java.lang.Object
java.lang.Enum<RuinedPortalStructurePiece.VerticalPlacement>
net.minecraft.structure.RuinedPortalStructurePiece.VerticalPlacement
- All Implemented Interfaces:
Serializable
,Comparable<RuinedPortalStructurePiece.VerticalPlacement>
,Constable
,StringIdentifiable
- Enclosing class:
RuinedPortalStructurePiece
public static enum RuinedPortalStructurePiece.VerticalPlacement
extends Enum<RuinedPortalStructurePiece.VerticalPlacement>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement
intermediary net/minecraft/class_5189$class_5191
official ekz$b
-
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 ConstantDescription -
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.getId()
Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ON_LAND_SURFACE
- Mappings:
Namespace Name Mixin selector named ON_LAND_SURFACE
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;ON_LAND_SURFACE:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24029
Lnet/minecraft/class_5189$class_5191;field_24029:Lnet/minecraft/class_5189$class_5191;
official a
Lekz$b;a:Lekz$b;
-
PARTLY_BURIED
- Mappings:
Namespace Name Mixin selector named PARTLY_BURIED
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;PARTLY_BURIED:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24030
Lnet/minecraft/class_5189$class_5191;field_24030:Lnet/minecraft/class_5189$class_5191;
official b
Lekz$b;b:Lekz$b;
-
ON_OCEAN_FLOOR
- Mappings:
Namespace Name Mixin selector named ON_OCEAN_FLOOR
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;ON_OCEAN_FLOOR:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24031
Lnet/minecraft/class_5189$class_5191;field_24031:Lnet/minecraft/class_5189$class_5191;
official c
Lekz$b;c:Lekz$b;
-
IN_MOUNTAIN
- Mappings:
Namespace Name Mixin selector named IN_MOUNTAIN
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;IN_MOUNTAIN:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24032
Lnet/minecraft/class_5189$class_5191;field_24032:Lnet/minecraft/class_5189$class_5191;
official d
Lekz$b;d:Lekz$b;
-
UNDERGROUND
- Mappings:
Namespace Name Mixin selector named UNDERGROUND
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;UNDERGROUND:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24033
Lnet/minecraft/class_5189$class_5191;field_24033:Lnet/minecraft/class_5189$class_5191;
official e
Lekz$b;e:Lekz$b;
-
IN_NETHER
- Mappings:
Namespace Name Mixin selector named IN_NETHER
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;IN_NETHER:Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary field_24034
Lnet/minecraft/class_5189$class_5191;field_24034:Lnet/minecraft/class_5189$class_5191;
official f
Lekz$b;f:Lekz$b;
-
-
Field Details
-
CODEC
public static final StringIdentifiable.EnumCodec<RuinedPortalStructurePiece.VerticalPlacement> CODEC- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
intermediary field_37811
Lnet/minecraft/class_5189$class_5191;field_37811:Lnet/minecraft/class_3542$class_7292;
official g
Lekz$b;g:Lazu$a;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;id:Ljava/lang/String;
intermediary field_24036
Lnet/minecraft/class_5189$class_5191;field_24036:Ljava/lang/String;
official h
Lekz$b;h:Ljava/lang/String;
-
-
Constructor Details
-
VerticalPlacement
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5189$class_5191;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lekz$b;<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
-
getId
- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;getId()Ljava/lang/String;
intermediary method_27252
Lnet/minecraft/class_5189$class_5191;method_27252()Ljava/lang/String;
official a
Lekz$b;a()Ljava/lang/String;
-
getFromId
- Mappings:
Namespace Name Mixin selector named getFromId
Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;getFromId(Ljava/lang/String;)Lnet/minecraft/structure/RuinedPortalStructurePiece$VerticalPlacement;
intermediary method_27254
Lnet/minecraft/class_5189$class_5191;method_27254(Ljava/lang/String;)Lnet/minecraft/class_5189$class_5191;
official a
Lekz$b;a(Ljava/lang/String;)Lekz$b;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-