Uses of Class
net.minecraft.client.gui.screen.world.CreateWorldScreen
Package
Description
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprotected final CreateWorldScreen
CustomizeFlatLevelScreen.parent
ModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) -
Uses of CreateWorldScreen in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) Modifier and TypeMethodDescriptionLevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) void
MoreOptionsDialog.init
(CreateWorldScreen parent, MinecraftClient client, TextRenderer textRenderer) -
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)