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 context, 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 TypeMethodDescriptionWorldCreationUiState.getSettings()WorldCreationContext.withDataConfiguration(WorldDataConfiguration dataConfiguration) WorldCreationContext.withDimensions(WorldCreationContext.DimensionsUpdater dimensionsUpdater) WorldCreationContext.withOptions(WorldCreationContext.OptionsModifier optionsModifier) WorldCreationContext.withSettings(WorldOptions options, WorldDimensions selectedDimensions) 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 levelStorage) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifier and TypeMethodDescriptionPresetEditor.createEditScreen(CreateWorldScreen lastScreen, WorldCreationContext context) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft minecraft, Screen lastScreen, LevelSettings levelSettings, WorldCreationContext settings, Path tempDataPackDir) private static Optional<Holder<WorldPreset>> WorldCreationUiState.findPreset(WorldCreationContext context, Optional<ResourceKey<WorldPreset>> preset) voidWorldCreationUiState.setSettings(WorldCreationContext settings) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifierConstructorDescriptionprivateCreateWorldScreen(Minecraft minecraft, Screen lastScreen, WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset, OptionalLong seed) WorldCreationUiState(Path savesFolder, WorldCreationContext settings, Optional<ResourceKey<WorldPreset>> preset, OptionalLong seed)