Class ResetWorldInfo
java.lang.Object
net.minecraft.client.realms.gui.screen.ResetWorldInfo
- Mappings:
Namespace Name official elc
intermediary net/minecraft/class_4413
named net/minecraft/client/realms/gui/screen/ResetWorldInfo
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final RealmsWorldGeneratorType
private final String
-
Constructor Summary
ConstructorDescriptionResetWorldInfo
(String seed, RealmsWorldGeneratorType levelType, boolean generateStructures) -
Method Summary
-
Field Details
-
seed
- Mappings:
Namespace Name Mixin selector official a
Lelc;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
- Mappings:
Namespace Name Mixin selector official b
Lelc;b:Lekw;
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
Lelc;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
- Mappings:
Namespace Name Mixin selector official <init>
Lelc;<init>(Ljava/lang/String;Lekw;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
- Mappings:
Namespace Name Mixin selector official a
Lelc;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
- Mappings:
Namespace Name Mixin selector official b
Lelc;b()Lekw;
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
Lelc;c()Z
intermediary method_32510
Lnet/minecraft/class_4413;method_32510()Z
named shouldGenerateStructures
Lnet/minecraft/client/realms/gui/screen/ResetWorldInfo;shouldGenerateStructures()Z
-