Uses of Class
net.minecraft.client.gui.screen.world.CreateWorldScreen
Package | Description |
---|---|
net.minecraft.client.gui.screen | |
net.minecraft.client.gui.screen.world | |
net.minecraft.client.world |
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as CreateWorldScreen Modifier and Type Field Description protected CreateWorldScreen
CustomizeFlatLevelScreen. parent
Constructors in net.minecraft.client.gui.screen with parameters of type CreateWorldScreen Constructor Description CustomizeFlatLevelScreen(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config)
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world that return CreateWorldScreen Modifier and Type Method Description static CreateWorldScreen
CreateWorldScreen. create(@Nullable Screen parent)
Methods in net.minecraft.client.gui.screen.world with parameters of type CreateWorldScreen Modifier and Type Method Description void
MoreOptionsDialog. init(CreateWorldScreen parent, MinecraftClient client, TextRenderer textRenderer)
-
Uses of CreateWorldScreen in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type CreateWorldScreen Modifier and Type Method Description Screen
GeneratorType.ScreenProvider. createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)