Uses of Class
net.minecraft.client.gui.screens.worldselection.CreateWorldScreen
Packages that use CreateWorldScreen
Package
Description
-
Uses of CreateWorldScreen in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as CreateWorldScreenConstructors in net.minecraft.client.gui.screens with parameters of type CreateWorldScreenModifierConstructorDescriptionCreateFlatWorldScreen(CreateWorldScreen parent, Consumer<FlatLevelGeneratorSettings> applySettings, FlatLevelGeneratorSettings generator) -
Uses of CreateWorldScreen in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return CreateWorldScreenModifier and TypeMethodDescriptionstatic CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft minecraft, Runnable onClose, LevelSettings levelSettings, WorldCreationContext worldCreationContext, @Nullable Path newDataPackDir) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type CreateWorldScreenModifier and TypeMethodDescriptionstatic voidWorldOpenFlows.confirmWorldCreation(Minecraft minecraft, CreateWorldScreen parent, com.mojang.serialization.Lifecycle lifecycle, Runnable task, boolean skipWarning) booleanCreateWorldCallback.create(CreateWorldScreen createWorldScreen, LayeredRegistryAccess<RegistryLayer> finalLayers, LevelDataAndDimensions.WorldDataAndGenSettings worldDataAndGenSettings, Optional<GameRules> gameRules, @Nullable Path tempDataPackDir) PresetEditor.createEditScreen(CreateWorldScreen parent, WorldCreationContext settings)