Uses of Interface
net.minecraft.client.gui.screen.world.CreateWorldCallback
Packages that use CreateWorldCallback
-
Uses of CreateWorldCallback in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as CreateWorldCallbackMethods in net.minecraft.client.gui.screen.world with parameters of type CreateWorldCallbackModifier and TypeMethodDescriptionprivate static void
CreateWorldScreen.show
(MinecraftClient client, @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) static void
CreateWorldScreen.show
(MinecraftClient client, @Nullable Screen parent, CreateWorldCallback callback) Constructors in net.minecraft.client.gui.screen.world with parameters of type CreateWorldCallbackModifierConstructorDescriptionprivate
CreateWorldScreen
(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed, CreateWorldCallback callback)