Uses of Class
net.minecraft.world.level.levelgen.WorldGenSettings
Packages that use WorldGenSettings
Package
Description
-
Uses of WorldGenSettings in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as WorldGenSettingsModifier and TypeFieldDescriptionprivate final WorldGenSettingsDataPackReloadCookie.worldGenSettingsThe field for theworldGenSettingsrecord component.Methods in net.minecraft.client.gui.screens.worldselection that return WorldGenSettingsModifier and TypeMethodDescriptionDataPackReloadCookie.worldGenSettings()Returns the value of theworldGenSettingsrecord component.Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type WorldGenSettingsModifier and TypeMethodDescriptionprivate static voidCreateWorldScreen.openCreateWorldScreen(Minecraft minecraft, Runnable onClose, Function<WorldLoader.DataLoadContext, WorldGenSettings> worldGenSettings, WorldCreationContextMapper worldCreationContext, ResourceKey<WorldPreset> worldPreset, CreateWorldCallback createWorld) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldGenSettingsModifierConstructorDescriptionDataPackReloadCookie(WorldGenSettings worldGenSettings, WorldDataConfiguration dataConfiguration) Creates an instance of aDataPackReloadCookierecord class.WorldCreationContext(WorldGenSettings worldGenSettings, LayeredRegistryAccess<RegistryLayer> loadedRegistries, ReloadableServerResources dataPackResources, WorldDataConfiguration dataConfiguration) -
Uses of WorldGenSettings in net.minecraft.server
Fields in net.minecraft.server declared as WorldGenSettingsMethods in net.minecraft.server that return WorldGenSettings -
Uses of WorldGenSettings in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type WorldGenSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldGenSettings> WorldGenSettings.CODECstatic final SavedDataType<WorldGenSettings> WorldGenSettings.TYPEMethods in net.minecraft.world.level.levelgen that return WorldGenSettingsModifier and TypeMethodDescriptionstatic WorldGenSettingsWorldGenSettings.of(WorldOptions options, RegistryAccess registryAccess) -
Uses of WorldGenSettings in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as WorldGenSettingsModifier and TypeFieldDescriptionprivate final WorldGenSettingsLevelDataAndDimensions.WorldDataAndGenSettings.genSettingsThe field for thegenSettingsrecord component.Methods in net.minecraft.world.level.storage that return WorldGenSettingsModifier and TypeMethodDescriptionLevelDataAndDimensions.WorldDataAndGenSettings.genSettings()Returns the value of thegenSettingsrecord component.Methods in net.minecraft.world.level.storage with parameters of type WorldGenSettingsModifier and TypeMethodDescriptionstatic LevelDataAndDimensionsLevelDataAndDimensions.create(WorldData data, WorldGenSettings genSettings, WorldDimensions.Complete dimensions) Constructors in net.minecraft.world.level.storage with parameters of type WorldGenSettingsModifierConstructorDescriptionWorldDataAndGenSettings(WorldData data, WorldGenSettings genSettings) Creates an instance of aWorldDataAndGenSettingsrecord class.