Class ResetWorldInfo

java.lang.Object
net.minecraft.client.realms.gui.screen.ResetWorldInfo

@Environment(CLIENT) public class ResetWorldInfo extends Object
Mappings:
Namespace Name
official eia
intermediary net/minecraft/class_4413
named net/minecraft/client/realms/gui/screen/ResetWorldInfo
  • Field Details

    • seed

      private final String seed
      Mappings:
      Namespace Name Mixin selector
      official a Leia;a:Ljava/lang/String;
      intermediary field_20042 Lnet/minecraft/class_4413;field_20042:Ljava/lang/String;
      named seed Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;seed:Ljava/lang/String;
    • levelType

      private final RealmsWorldGeneratorType levelType
      Mappings:
      Namespace Name Mixin selector
      official b Leia;b:Leht;
      intermediary field_20043 Lnet/minecraft/class_4413;field_20043:Lnet/minecraft/class_5672;
      named levelType Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;levelType:Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
    • generateStructures

      private final boolean generateStructures
      Mappings:
      Namespace Name Mixin selector
      official c Leia;c:Z
      intermediary field_20044 Lnet/minecraft/class_4413;field_20044:Z
      named generateStructures Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;generateStructures:Z
  • Constructor Details

    • ResetWorldInfo

      public ResetWorldInfo(String seed, RealmsWorldGeneratorType levelType, boolean generateStructures)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leia;<init>(Ljava/lang/String;Leht;Z)V
      intermediary <init> Lnet/minecraft/class_4413;<init>(Ljava/lang/String;Lnet/minecraft/class_5672;Z)V
      named <init> Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;<init>(Ljava/lang/String;Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;Z)V
  • Method Details

    • getSeed

      public String getSeed()
      Mappings:
      Namespace Name Mixin selector
      official a Leia;a()Ljava/lang/String;
      intermediary method_32508 Lnet/minecraft/class_4413;method_32508()Ljava/lang/String;
      named getSeed Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;getSeed()Ljava/lang/String;
    • getLevelType

      public RealmsWorldGeneratorType getLevelType()
      Mappings:
      Namespace Name Mixin selector
      official b Leia;b()Leht;
      intermediary method_32509 Lnet/minecraft/class_4413;method_32509()Lnet/minecraft/class_5672;
      named getLevelType Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;getLevelType()Lnet/minecraft/client/realms/gui/screen/RealmsWorldGeneratorType;
    • shouldGenerateStructures

      public boolean shouldGenerateStructures()
      Mappings:
      Namespace Name Mixin selector
      official c Leia;c()Z
      intermediary method_32510 Lnet/minecraft/class_4413;method_32510()Z
      named shouldGenerateStructures Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;shouldGenerateStructures()Z