Uses of Class
net.minecraft.client.gui.screen.world.CreateWorldScreen
Packages that use CreateWorldScreen
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CreateWorldScreenModifier and TypeFieldDescriptionprotected final CreateWorldScreen
CustomizeFlatLevelScreen.parent
Methods in net.minecraft.client.gui.screen.world that return CreateWorldScreenModifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) Methods in net.minecraft.client.gui.screen.world with parameters of type CreateWorldScreenModifier and TypeMethodDescriptionboolean
CreateWorldCallback.create
(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) LevelScreenProvider.createEditScreen
(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) Constructors in net.minecraft.client.gui.screen.world with parameters of type CreateWorldScreenModifierConstructorDescriptionCustomizeFlatLevelScreen
(CreateWorldScreen parent, Consumer<FlatChunkGeneratorConfig> configConsumer, FlatChunkGeneratorConfig config) -
Uses of CreateWorldScreen in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type CreateWorldScreenModifier and TypeMethodDescriptionstatic void
IntegratedServerLoader.tryLoad
(MinecraftClient client, CreateWorldScreen parent, com.mojang.serialization.Lifecycle lifecycle, Runnable loader, boolean bypassWarnings)