Enum RealmsWorldGeneratorType
java.lang.Object
java.lang.Enum<RealmsWorldGeneratorType>
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
- All Implemented Interfaces:
Serializable,Comparable<RealmsWorldGeneratorType>,java.lang.constant.Constable
@Environment(CLIENT) public enum RealmsWorldGeneratorType extends Enum<RealmsWorldGeneratorType>
- Mappings:
Namespace Name official dqsintermediary net/minecraft/class_5672named 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
Enum Constants Enum Constant Description AMPLIFIEDDEFAULTFLATLARGE_BIOMES -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateRealmsWorldGeneratorType(int id, Text text) -
Method Summary
Modifier and Type Method Description intgetId()TextgetText()static RealmsWorldGeneratorTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RealmsWorldGeneratorType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLdqs;a:Ldqs;intermediary field_27944Lnet/minecraft/class_5672;field_27944:Lnet/minecraft/class_5672;named DEFAULTLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;DEFAULT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
FLAT
- Mappings:
Namespace Name Mixin selector official bLdqs;b:Ldqs;intermediary field_27945Lnet/minecraft/class_5672;field_27945:Lnet/minecraft/class_5672;named FLATLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;FLAT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
LARGE_BIOMES
- Mappings:
Namespace Name Mixin selector official cLdqs;c:Ldqs;intermediary field_27946Lnet/minecraft/class_5672;field_27946:Lnet/minecraft/class_5672;named LARGE_BIOMESLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;LARGE_BIOMES:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
-
AMPLIFIED
- Mappings:
Namespace Name Mixin selector official dLdqs;d:Ldqs;intermediary field_27947Lnet/minecraft/class_5672;field_27947:Lnet/minecraft/class_5672;named AMPLIFIEDLnet/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 eLdqs;e:Iintermediary field_27948Lnet/minecraft/class_5672;field_27948:Inamed idLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;id:I
-
text
- Mappings:
Namespace Name Mixin selector official fLdqs;f:Loj;intermediary field_27949Lnet/minecraft/class_5672;field_27949:Lnet/minecraft/class_2561;named textLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;text:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
RealmsWorldGeneratorType
- Mappings:
Namespace Name Mixin selector official <init>Ldqs;<init>(Ljava/lang/String;IILoj;)Vintermediary <init>Lnet/minecraft/class_5672;<init>(Ljava/lang/String;IILnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;<init>(Ljava/lang/String;IILnet/minecraft/text/Text;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getText
- Mappings:
Namespace Name Mixin selector official aLdqs;a()Loj;intermediary method_32506Lnet/minecraft/class_5672;method_32506()Lnet/minecraft/class_2561;named getTextLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getText()Lnet/minecraft/text/Text;
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official bLdqs;b()Iintermediary method_32507Lnet/minecraft/class_5672;method_32507()Inamed getIdLnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getId()I
-