Enum Class RealmsWorldGeneratorType
java.lang.Object
java.lang.Enum<RealmsWorldGeneratorType>
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
- All Implemented Interfaces:
Serializable
,Comparable<RealmsWorldGeneratorType>
,Constable
- Mappings:
Namespace Name official etv
intermediary net/minecraft/class_5672
named net/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
RealmsWorldGeneratorType
(int id, RegistryKey<WorldPreset> presetKey) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getText()
static RealmsWorldGeneratorType
Returns the enum constant of this class with the specified name.static RealmsWorldGeneratorType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official a
Letv;a:Letv;
intermediary field_27944
Lnet/minecraft/class_5672;field_27944:Lnet/minecraft/class_5672;
named DEFAULT
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;DEFAULT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
FLAT
- Mappings:
Namespace Name Mixin selector official b
Letv;b:Letv;
intermediary field_27945
Lnet/minecraft/class_5672;field_27945:Lnet/minecraft/class_5672;
named FLAT
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;FLAT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
LARGE_BIOMES
- Mappings:
Namespace Name Mixin selector official c
Letv;c:Letv;
intermediary field_27946
Lnet/minecraft/class_5672;field_27946:Lnet/minecraft/class_5672;
named LARGE_BIOMES
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;LARGE_BIOMES:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
AMPLIFIED
- Mappings:
Namespace Name Mixin selector official d
Letv;d:Letv;
intermediary field_27947
Lnet/minecraft/class_5672;field_27947:Lnet/minecraft/class_5672;
named AMPLIFIED
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;AMPLIFIED:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
-
Field Details
-
id
private final int id- Mappings:
Namespace Name Mixin selector official e
Letv;e:I
intermediary field_27948
Lnet/minecraft/class_5672;field_27948:I
named id
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;id:I
-
text
- Mappings:
Namespace Name Mixin selector official f
Letv;f:Lvf;
intermediary field_27949
Lnet/minecraft/class_5672;field_27949:Lnet/minecraft/class_2561;
named text
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;text:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
RealmsWorldGeneratorType
- Mappings:
Namespace Name Mixin selector official <init>
Letv;<init>(Ljava/lang/String;IILahf;)V
intermediary <init>
Lnet/minecraft/class_5672;<init>(Ljava/lang/String;IILnet/minecraft/class_5321;)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;<init>(Ljava/lang/String;IILnet/minecraft/registry/RegistryKey;)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
-
getText
- Mappings:
Namespace Name Mixin selector official a
Letv;a()Lvf;
intermediary method_32506
Lnet/minecraft/class_5672;method_32506()Lnet/minecraft/class_2561;
named getText
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getText()Lnet/minecraft/text/Text;
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official b
Letv;b()I
intermediary method_32507
Lnet/minecraft/class_5672;method_32507()I
named getId
Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getId()I
-