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 CreateWorldScreenCustomizeFlatLevelScreen. parentConstructors 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 CreateWorldScreenCreateWorldScreen. create(@Nullable Screen parent)Methods in net.minecraft.client.gui.screen.world with parameters of type CreateWorldScreen Modifier and Type Method Description voidMoreOptionsDialog. 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 ScreenGeneratorType.ScreenProvider. createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)