Enum Class RealmsWorldGeneratorType

java.lang.Object
java.lang.Enum<RealmsWorldGeneratorType>
net.minecraft.client.realms.gui.screen.RealmsWorldGeneratorType
All Implemented Interfaces:
Serializable, Comparable<RealmsWorldGeneratorType>, Constable

@Environment(CLIENT) public enum RealmsWorldGeneratorType extends Enum<RealmsWorldGeneratorType>
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType
intermediary net/minecraft/class_5672
official fkt
  • Enum Constant Details

    • DEFAULT

      public static final RealmsWorldGeneratorType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;DEFAULT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
      intermediary field_27944 Lnet/minecraft/class_5672;field_27944:Lnet/minecraft/class_5672;
      official a Lfkt;a:Lfkt;
    • FLAT

      public static final RealmsWorldGeneratorType FLAT
      Mappings:
      Namespace Name Mixin selector
      named FLAT Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;FLAT:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
      intermediary field_27945 Lnet/minecraft/class_5672;field_27945:Lnet/minecraft/class_5672;
      official b Lfkt;b:Lfkt;
    • LARGE_BIOMES

      public static final RealmsWorldGeneratorType LARGE_BIOMES
      Mappings:
      Namespace Name Mixin selector
      named LARGE_BIOMES Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;LARGE_BIOMES:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
      intermediary field_27946 Lnet/minecraft/class_5672;field_27946:Lnet/minecraft/class_5672;
      official c Lfkt;c:Lfkt;
    • AMPLIFIED

      public static final RealmsWorldGeneratorType AMPLIFIED
      Mappings:
      Namespace Name Mixin selector
      named AMPLIFIED Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;AMPLIFIED:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
      intermediary field_27947 Lnet/minecraft/class_5672;field_27947:Lnet/minecraft/class_5672;
      official d Lfkt;d:Lfkt;
  • Field Details

    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;id:I
      intermediary field_27948 Lnet/minecraft/class_5672;field_27948:I
      official e Lfkt;e:I
    • text

      private final Text text
      Mappings:
      Namespace Name Mixin selector
      named text Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;text:Lnet/minecraft/text/Text;
      intermediary field_27949 Lnet/minecraft/class_5672;field_27949:Lnet/minecraft/class_2561;
      official f Lfkt;f:Lxv;
  • Constructor Details

    • RealmsWorldGeneratorType

      private RealmsWorldGeneratorType(int id, RegistryKey<WorldPreset> presetKey)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;<init>(Ljava/lang/String;IILnet/minecraft/registry/RegistryKey;)V
      intermediary <init> Lnet/minecraft/class_5672;<init>(Ljava/lang/String;IILnet/minecraft/class_5321;)V
      official <init> Lfkt;<init>(Ljava/lang/String;IILaly;)V
  • Method Details

    • values

      public static RealmsWorldGeneratorType[] 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

      public static RealmsWorldGeneratorType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getText

      public Text getText()
      Mappings:
      Namespace Name Mixin selector
      named getText Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getText()Lnet/minecraft/text/Text;
      intermediary method_32506 Lnet/minecraft/class_5672;method_32506()Lnet/minecraft/class_2561;
      official a Lfkt;a()Lxv;
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;getId()I
      intermediary method_32507 Lnet/minecraft/class_5672;method_32507()I
      official b Lfkt;b()I