Uses of Class
net.minecraft.world.level.levelgen.WorldGenSettings
Package
Description
-
Uses of WorldGenSettings in net.minecraft.client
Modifier and TypeMethodDescriptionvoid
Minecraft.createLevel
(String p_205186_, LevelSettings p_205187_, RegistryAccess p_205188_, WorldGenSettings p_205189_) -
Uses of WorldGenSettings in net.minecraft.client.gui.screens.worldselection
Modifier and TypeMethodDescriptionWorldPreset.create
(RegistryAccess p_205486_, long p_205487_, boolean p_205488_, boolean p_205489_) private static WorldGenSettings
WorldPreset.fromBuffetSettings
(RegistryAccess p_205494_, WorldGenSettings p_205495_, Holder<Biome> p_205496_) WorldGenSettingsComponent.makeSettings
(boolean p_101455_) Modifier and TypeMethodDescriptionWorldPreset.PresetEditor.createEditScreen
(CreateWorldScreen p_101643_, WorldGenSettings p_101644_) private static WorldGenSettings
WorldPreset.fromBuffetSettings
(RegistryAccess p_205494_, WorldGenSettings p_205495_, Holder<Biome> p_205496_) private void
WorldGenSettingsComponent.importSettings
(RegistryAccess.Frozen p_205469_, WorldGenSettings p_205470_) static Optional<WorldPreset>
WorldPreset.of
(WorldGenSettings p_101525_) WorldPreset.parseBuffetSettings
(RegistryAccess p_205491_, WorldGenSettings p_205492_) void
WorldGenSettingsComponent.updateSettings
(WorldGenSettings p_101405_) 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_) WorldGenSettingsComponent
(RegistryAccess.Frozen p_205452_, WorldGenSettings p_205453_, Optional<WorldPreset> p_205454_, OptionalLong p_205455_) -
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.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
StructureFeatureManager.worldGenSettings
ModifierConstructorDescriptionStructureFeatureManager
(LevelAccessor p_196667_, WorldGenSettings p_196668_, StructureCheck p_196669_) -
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.create
(RegistryAccess p_209717_, DedicatedServerProperties.WorldGenProperties p_209718_) static WorldGenSettings
WorldGenSettings.demoSettings
(RegistryAccess p_64646_) static WorldGenSettings
WorldGenSettings.makeDefault
(RegistryAccess p_190051_) WorldGenSettings.withBonusChest()
WorldGenSettings.withBonusChestToggled()
WorldGenSettings.withFeaturesToggled()
WorldGenSettings.withSeed
(boolean p_64655_, OptionalLong p_64656_) Modifier and TypeMethodDescriptionprivate com.mojang.serialization.DataResult<WorldGenSettings>
WorldGenSettings.guardExperimental()
-
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_) -
Uses of WorldGenSettings in net.minecraftforge.client
Modifier and TypeMethodDescriptionForgeWorldPresetScreens.GeneratorPreset.create
(RegistryAccess dynamicRegistries, long seed, boolean generateStructures, boolean bonusChest) Modifier and TypeMethodDescriptionstatic Optional<WorldPreset>
ForgeHooksClient.getWorldPresetFromGenerator
(WorldGenSettings dimensionGeneratorSettings) -
Uses of WorldGenSettings in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic WorldGenSettings
ForgeHooks.loadDimensionsWithServerSeed
(WorldGenSettings wgs) Called when dimension jsons are parsed.Modifier and TypeMethodDescriptionstatic WorldGenSettings
ForgeHooks.loadDimensionsWithServerSeed
(WorldGenSettings wgs) Called when dimension jsons are parsed. -
Uses of WorldGenSettings in net.minecraftforge.common.world
Modifier and TypeMethodDescriptionForgeWorldPreset.createSettings
(RegistryAccess registryAccess, long seed, boolean generateStructures, boolean generateLoot, String generatorSettings) default WorldGenSettings
ForgeWorldPreset.IChunkGeneratorFactory.createSettings
(RegistryAccess dynamicRegistries, long seed, boolean generateStructures, boolean bonusChest, String generatorSettings)