Uses of Class
net.minecraft.world.level.levelgen.WorldGenSettings
Package
Description
-
Uses of WorldGenSettings in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate final WorldGenSettings
WorldCreationContext.worldGenSettings
The field for theworldGenSettings
record component.Modifier and TypeMethodDescriptionWorldCreationContext.worldGenSettings()
Returns the value of theworldGenSettings
record component.Modifier and TypeMethodDescriptionvoid
WorldOpenFlows.createFreshLevel
(String p_233158_, LevelSettings p_233159_, RegistryAccess p_233160_, WorldGenSettings p_233161_) private void
WorldGenSettingsComponent.importSettings
(WorldGenSettings p_233017_) WorldCreationContext.withSettings
(WorldGenSettings p_232998_) ModifierConstructorDescriptionprivate
OptimizeWorldScreen
(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_194064_, com.mojang.datafixers.DataFixer p_194065_, LevelStorageSource.LevelStorageAccess p_194066_, LevelSettings p_194067_, boolean p_194068_, WorldGenSettings p_194069_) WorldCreationContext
(WorldGenSettings worldGenSettings, com.mojang.serialization.Lifecycle worldSettingsStability, RegistryAccess.Frozen registryAccess, ReloadableServerResources dataPackResources) Creates an instance of aWorldCreationContext
record class. -
Uses of WorldGenSettings in net.minecraft.server
Modifier and TypeMethodDescriptionprivate static void
Main.forceUpgrade
(LevelStorageSource.LevelStorageAccess p_195489_, com.mojang.datafixers.DataFixer p_195490_, boolean p_195491_, BooleanSupplier p_195492_, WorldGenSettings p_195493_) -
Uses of WorldGenSettings in net.minecraft.server.dedicated
Modifier and TypeFieldDescriptionprivate WorldGenSettings
DedicatedServerProperties.worldGenSettings
Modifier and TypeMethodDescriptionDedicatedServerProperties.WorldGenProperties.create
(RegistryAccess p_214827_) DedicatedServerProperties.getWorldGenSettings
(RegistryAccess p_180928_) -
Uses of WorldGenSettings in net.minecraft.util.worldupdate
ModifierConstructorDescriptionWorldUpgrader
(LevelStorageSource.LevelStorageAccess p_185927_, com.mojang.datafixers.DataFixer p_185928_, WorldGenSettings p_185929_, boolean p_185930_) -
Uses of WorldGenSettings in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final WorldGenSettings
StructureManager.worldGenSettings
ModifierConstructorDescriptionStructureManager
(LevelAccessor p_220464_, WorldGenSettings p_220465_, StructureCheck p_220466_) -
Uses of WorldGenSettings in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldGenSettings>
WorldGenSettings.CODEC
Modifier and TypeMethodDescriptionstatic WorldGenSettings
WorldGenSettings.replaceOverworldGenerator
(RegistryAccess p_224674_, WorldGenSettings p_224675_, ChunkGenerator p_224676_) WorldGenSettings.withBonusChest()
WorldGenSettings.withBonusChestToggled()
WorldGenSettings.withSeed
(boolean p_64655_, OptionalLong p_64656_) WorldGenSettings.withStructuresToggled()
Modifier and TypeMethodDescriptionprivate com.mojang.serialization.DataResult<WorldGenSettings>
WorldGenSettings.guardExperimental()
Modifier and TypeMethodDescriptionstatic WorldGenSettings
WorldGenSettings.replaceOverworldGenerator
(RegistryAccess p_224674_, WorldGenSettings p_224675_, ChunkGenerator p_224676_) -
Uses of WorldGenSettings in net.minecraft.world.level.levelgen.presets
Modifier and TypeMethodDescriptionstatic WorldGenSettings
WorldPresets.createNormalWorldFromPreset
(RegistryAccess p_226450_) static WorldGenSettings
WorldPresets.createNormalWorldFromPreset
(RegistryAccess p_226452_, long p_226453_) static WorldGenSettings
WorldPresets.createNormalWorldFromPreset
(RegistryAccess p_226455_, long p_226456_, boolean p_226457_, boolean p_226458_) WorldPreset.createWorldGenSettings
(long p_226422_, boolean p_226423_, boolean p_226424_) static WorldGenSettings
WorldPresets.demoSettings
(RegistryAccess p_226462_) WorldPreset.recreateWorldGenSettings
(WorldGenSettings p_226428_) Modifier and TypeMethodDescriptionstatic Optional<ResourceKey<WorldPreset>>
WorldPresets.fromSettings
(WorldGenSettings p_226446_) WorldPreset.recreateWorldGenSettings
(WorldGenSettings p_226428_) -
Uses of WorldGenSettings in net.minecraft.world.level.storage
Modifier and TypeFieldDescriptionprivate final WorldGenSettings
PrimaryLevelData.worldGenSettings
Modifier and TypeMethodDescriptionPrimaryLevelData.worldGenSettings()
WorldData.worldGenSettings()
Modifier and TypeMethodDescriptionprivate static <T> com.mojang.datafixers.util.Pair<WorldGenSettings,
com.mojang.serialization.Lifecycle> LevelStorageSource.readWorldGenSettings
(com.mojang.serialization.Dynamic<T> p_78205_, com.mojang.datafixers.DataFixer p_78206_, int p_78207_) Modifier and TypeMethodDescriptionstatic PrimaryLevelData
PrimaryLevelData.parse
(com.mojang.serialization.Dynamic<Tag> p_78531_, com.mojang.datafixers.DataFixer p_78532_, int p_78533_, CompoundTag p_78534_, LevelSettings p_78535_, LevelVersion p_78536_, WorldGenSettings p_78537_, com.mojang.serialization.Lifecycle p_78538_) ModifierConstructorDescriptionprivate
PrimaryLevelData
(com.mojang.datafixers.DataFixer p_164942_, int p_164943_, CompoundTag p_164944_, boolean p_164945_, int p_164946_, int p_164947_, int p_164948_, float p_164949_, long p_164950_, long p_164951_, int p_164952_, int p_164953_, int p_164954_, boolean p_164955_, int p_164956_, boolean p_164957_, boolean p_164958_, boolean p_164959_, WorldBorder.Settings p_164960_, int p_164961_, int p_164962_, UUID p_164963_, Set<String> p_164964_, TimerQueue<MinecraftServer> p_164965_, CompoundTag p_164966_, CompoundTag p_164967_, LevelSettings p_164968_, WorldGenSettings p_164969_, com.mojang.serialization.Lifecycle p_164970_) PrimaryLevelData
(LevelSettings p_78470_, WorldGenSettings p_78471_, com.mojang.serialization.Lifecycle p_78472_)