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 pParent, WorldCreationContext pContext, Consumer<Holder<Biome>> pApplySettings) -
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 pDimensionsUpdater) WorldCreationContext.withOptions
(WorldCreationContext.OptionsModifier pOptionsModifier) WorldCreationContext.withSettings
(WorldOptions pOptions, WorldDimensions pSelectedDimensions) 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 pLevelStorage) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifier and TypeMethodDescriptionPresetEditor.createEditScreen
(CreateWorldScreen pLastScreen, WorldCreationContext pContext) static CreateWorldScreen
CreateWorldScreen.createFromExisting
(Minecraft pMinecraft, Screen pLastScreen, LevelSettings pLevelSettings, WorldCreationContext pSettings, Path pTempDataPackDir) private static Optional
<Holder<WorldPreset>> WorldCreationUiState.findPreset
(WorldCreationContext pContext, Optional<ResourceKey<WorldPreset>> pPreset) void
WorldCreationUiState.setSettings
(WorldCreationContext pSettings) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldCreationContextModifierConstructorDescriptionprivate
CreateWorldScreen
(Minecraft pMinecraft, Screen pLastScreen, WorldCreationContext pSettings, Optional<ResourceKey<WorldPreset>> pPreset, OptionalLong pSeed) WorldCreationUiState
(Path pSavesFolder, WorldCreationContext pSettings, Optional<ResourceKey<WorldPreset>> pPreset, OptionalLong pSeed)