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 named net/minecraft/client/realms/gui/screen/RealmsWorldGeneratorTypeintermediary net/minecraft/class_5672official ftc
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRealmsWorldGeneratorType(int id, RegistryKey<WorldPreset> presetKey) -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getText()static RealmsWorldGeneratorTypeReturns 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 named DEFAULTLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;DEFAULT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;intermediary field_27944Lnet/minecraft/class_5672;field_27944:Lnet/minecraft/class_5672;official aLftc;a:Lftc;
-
FLAT
- Mappings:
Namespace Name Mixin selector named FLATLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;FLAT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;intermediary field_27945Lnet/minecraft/class_5672;field_27945:Lnet/minecraft/class_5672;official bLftc;b:Lftc;
-
AMPLIFIED
- Mappings:
Namespace Name Mixin selector named AMPLIFIEDLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;AMPLIFIED:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;intermediary field_27947Lnet/minecraft/class_5672;field_27947:Lnet/minecraft/class_5672;official cLftc;c:Lftc;
-
-
Field Details
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;id:Iintermediary field_27948Lnet/minecraft/class_5672;field_27948:Iofficial dLftc;d:I
-
text
- Mappings:
Namespace Name Mixin selector named textLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;text:Lnet/minecraft/text/Text;intermediary field_27949Lnet/minecraft/class_5672;field_27949:Lnet/minecraft/class_2561;official eLftc;e:Lxi;
-
-
Constructor Details
-
RealmsWorldGeneratorType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;<init>(Ljava/lang/String;IILnet/minecraft/registry/RegistryKey;)Vintermediary <init>Lnet/minecraft/class_5672;<init>(Ljava/lang/String;IILnet/minecraft/class_5321;)Vofficial <init>Lftc;<init>(Ljava/lang/String;IILama;)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 named getTextLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getText()Lnet/minecraft/text/Text;intermediary method_32506Lnet/minecraft/class_5672;method_32506()Lnet/minecraft/class_2561;official aLftc;a()Lxi;
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getId()Iintermediary method_32507Lnet/minecraft/class_5672;method_32507()Iofficial bLftc;b()I
-