Package net.minecraft.world
Enum Class StructureSpawns.BoundingBox
- All Implemented Interfaces:
Serializable
,Comparable<StructureSpawns.BoundingBox>
,Constable
,StringIdentifiable
- Enclosing class:
StructureSpawns
public static enum StructureSpawns.BoundingBox
extends Enum<StructureSpawns.BoundingBox>
implements StringIdentifiable
- Mappings:
Namespace Name official dow$a
intermediary net/minecraft/class_7061$class_7062
named net/minecraft/world/StructureSpawns$BoundingBox
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<StructureSpawns.BoundingBox>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static StructureSpawns.BoundingBox
Returns the enum constant of this class with the specified name.static StructureSpawns.BoundingBox[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PIECE
- Mappings:
Namespace Name Mixin selector official a
Ldow$a;a:Ldow$a;
intermediary field_37199
Lnet/minecraft/class_7061$class_7062;field_37199:Lnet/minecraft/class_7061$class_7062;
named PIECE
Lnet/minecraft/world/StructureSpawns$BoundingBox;PIECE:Lnet/minecraft/world/StructureSpawns$BoundingBox;
-
STRUCTURE
- Mappings:
Namespace Name Mixin selector official b
Ldow$a;b:Ldow$a;
intermediary field_37200
Lnet/minecraft/class_7061$class_7062;field_37200:Lnet/minecraft/class_7061$class_7062;
named STRUCTURE
Lnet/minecraft/world/StructureSpawns$BoundingBox;STRUCTURE:Lnet/minecraft/world/StructureSpawns$BoundingBox;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official c
Ldow$a;c:Lcom/mojang/serialization/Codec;
intermediary field_37202
Lnet/minecraft/class_7061$class_7062;field_37202:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/StructureSpawns$BoundingBox;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official d
Ldow$a;d:Ljava/lang/String;
intermediary field_37203
Lnet/minecraft/class_7061$class_7062;field_37203:Ljava/lang/String;
named name
Lnet/minecraft/world/StructureSpawns$BoundingBox;name:Ljava/lang/String;
-
-
Constructor Details
-
BoundingBox
- Mappings:
Namespace Name Mixin selector official <init>
Ldow$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_7061$class_7062;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/world/StructureSpawns$BoundingBox;<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
-
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 official c
Laor;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;
-