Uses of Interface
net.minecraft.client.gui.screen.world.CreateWorldCallback
Packages that use CreateWorldCallback
- 
Uses of CreateWorldCallback in net.minecraft.client.gui.screen.worldFields 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 voidCreateWorldScreen.show(MinecraftClient client, @Nullable Screen parent, Function<SaveLoading.LoadContextSupplierContext, WorldGenSettings> settingsSupplier, GeneratorOptionsFactory generatorOptionsFactory, RegistryKey<WorldPreset> presetKey, CreateWorldCallback callback) static voidCreateWorldScreen.show(MinecraftClient client, @Nullable Screen parent, CreateWorldCallback callback) Constructors in net.minecraft.client.gui.screen.world with parameters of type CreateWorldCallbackModifierConstructorDescriptionprivateCreateWorldScreen(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed, CreateWorldCallback callback)