Uses of Class
net.minecraft.client.gui.screen.world.CreateWorldScreen
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprotected final CreateWorldScreen
CustomizeFlatLevelScreen.parent
Modifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) Modifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) ModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) -
Uses of CreateWorldScreen in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionstatic void
IntegratedServerLoader.tryLoad
(MinecraftClient client, CreateWorldScreen parent, com.mojang.serialization.Lifecycle lifecycle, Runnable loader, boolean bypassWarnings)