Uses of Interface
net.minecraft.client.gui.screens.worldselection.CreateWorldCallback
Packages that use CreateWorldCallback
-
Uses of CreateWorldCallback in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as CreateWorldCallbackModifier and TypeFieldDescriptionprivate final CreateWorldCallbackCreateWorldScreen.createWorldCallbackMethods in net.minecraft.client.gui.screens.worldselection with parameters of type CreateWorldCallbackModifier and TypeMethodDescriptionprivate static voidCreateWorldScreen.openCreateWorldScreen(Minecraft minecraft, Runnable onClose, Function<WorldLoader.DataLoadContext, WorldGenSettings> worldGenSettings, WorldCreationContextMapper worldCreationContext, ResourceKey<WorldPreset> worldPreset, CreateWorldCallback createWorld) static voidCreateWorldScreen.openFresh(Minecraft minecraft, Runnable onClose, CreateWorldCallback createWorld) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type CreateWorldCallbackModifierConstructorDescriptionprivateCreateWorldScreen(Minecraft minecraft, Runnable onClose, WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset, OptionalLong seed, CreateWorldCallback createWorldCallback)