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 dfq$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>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureSpawns.BoundingBox>
private final String
static final StructureSpawns.BoundingBox[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
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
Ldfq$a;a:Ldfq$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
Ldfq$a;b:Ldfq$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
-
VALUES
- Mappings:
Namespace Name Mixin selector official c
Ldfq$a;c:[Ldfq$a;
intermediary field_37201
Lnet/minecraft/class_7061$class_7062;field_37201:[Lnet/minecraft/class_7061$class_7062;
named VALUES
Lnet/minecraft/world/StructureSpawns$BoundingBox;VALUES:[Lnet/minecraft/world/StructureSpawns$BoundingBox;
-
CODEC
- Mappings:
Namespace Name Mixin selector official d
Ldfq$a;d: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 e
Ldfq$a;e: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>
Ldfq$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
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lajt;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;
-
byName
@Nullable public static @Nullable StructureSpawns.BoundingBox byName(@Nullable @Nullable String name) - Mappings:
Namespace Name Mixin selector official a
Ldfq$a;a(Ljava/lang/String;)Ldfq$a;
intermediary method_41151
Lnet/minecraft/class_7061$class_7062;method_41151(Ljava/lang/String;)Lnet/minecraft/class_7061$class_7062;
named byName
Lnet/minecraft/world/StructureSpawns$BoundingBox;byName(Ljava/lang/String;)Lnet/minecraft/world/StructureSpawns$BoundingBox;
-