Uses of Record Class
net.minecraft.client.gui.screens.worldselection.WorldCreationContext
Packages that use WorldCreationContext
Package
Description
-
Uses of WorldCreationContext in net.minecraft.client.gui.screens
Constructors in net.minecraft.client.gui.screens with parameters of type WorldCreationContextModifierConstructorDescriptionCreateBuffetWorldScreen(Screen parent, WorldCreationContext settings, Consumer<Holder<Biome>> applySettings) -
Uses of WorldCreationContext in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldCreationContextMethods in net.minecraft.client.gui.screens.worldselection that return WorldCreationContextModifier and TypeMethodDescriptionWorldCreationContextMapper.apply(ReloadableServerResources managers, LayeredRegistryAccess<RegistryLayer> registries, DataPackReloadCookie cookie) WorldCreationUiState.getSettings()WorldCreationContext.withDataConfiguration(WorldDataConfiguration dataConfiguration) WorldCreationContext.withDimensions(WorldCreationContext.DimensionsUpdater modifier) WorldCreationContext.withOptions(WorldCreationContext.OptionsModifier modifier) WorldCreationContext.withSettings(WorldOptions options, WorldDimensions dimensions) Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type WorldCreationContextModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelSettings, WorldCreationContext> WorldOpenFlows.recreateWorldData(LevelStorageSource.LevelStorageAccess levelSourceAccess) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifier and TypeMethodDescriptionPresetEditor.createEditScreen(CreateWorldScreen parent, WorldCreationContext settings) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft minecraft, Runnable onClose, LevelSettings levelSettings, WorldCreationContext worldCreationContext, @Nullable Path newDataPackDir) private static Optional<Holder<WorldPreset>> WorldCreationUiState.findPreset(WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset) voidWorldCreationUiState.setSettings(WorldCreationContext settings) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifierConstructorDescriptionprivateCreateWorldScreen(Minecraft minecraft, Runnable onClose, WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset, OptionalLong seed, CreateWorldCallback createWorldCallback) WorldCreationUiState(Path savesFolder, WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset, OptionalLong seed)