Uses of Class
net.minecraft.world.level.LevelSettings
Package
Description
-
Uses of LevelSettings in net.minecraft.client.gui.screens.worldselection
Modifier and TypeMethodDescriptionprivate LevelSettings
CreateWorldScreen.createLevelSettings
(boolean p_205448_) Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelSettings,
WorldCreationContext> WorldOpenFlows.recreateWorldData
(LevelStorageSource.LevelStorageAccess p_249540_) Modifier and TypeMethodDescriptionvoid
WorldOpenFlows.createFreshLevel
(String p_233158_, LevelSettings p_233159_, WorldOptions p_249243_, Function<RegistryAccess, WorldDimensions> p_249252_) static CreateWorldScreen
CreateWorldScreen.createFromExisting
(Screen p_249522_, LevelSettings p_249091_, WorldCreationContext p_249742_, Path p_252076_) ModifierConstructorDescriptionprivate
OptimizeWorldScreen
(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_251295_, com.mojang.datafixers.DataFixer p_250489_, LevelStorageSource.LevelStorageAccess p_248781_, LevelSettings p_251180_, boolean p_250358_, Registry<LevelStem> p_248690_) -
Uses of LevelSettings in net.minecraft.server
-
Uses of LevelSettings in net.minecraft.world.level
Modifier and TypeMethodDescriptionLevelSettings.copy()
static LevelSettings
LevelSettings.parse
(com.mojang.serialization.Dynamic<?> p_46925_, WorldDataConfiguration p_251697_) LevelSettings.withDataConfiguration
(WorldDataConfiguration p_250867_) LevelSettings.withDifficulty
(Difficulty p_46919_) LevelSettings.withGameType
(GameType p_46923_) LevelSettings.withLifecycle
(com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelSettings in net.minecraft.world.level.storage
Modifier and TypeFieldDescriptionprivate final LevelSettings
LevelSummary.settings
private LevelSettings
PrimaryLevelData.settings
Modifier and TypeMethodDescriptionPrimaryLevelData.getLevelSettings()
WorldData.getLevelSettings()
LevelSummary.getSettings()
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_, PrimaryLevelData.SpecialWorldProperty p_250651_, WorldOptions p_251864_, com.mojang.serialization.Lifecycle p_78538_) ModifierConstructorDescriptionLevelSummary
(LevelSettings p_251217_, LevelVersion p_249179_, String p_250462_, boolean p_252096_, boolean p_251054_, boolean p_252271_, Path p_252001_) private
PrimaryLevelData
(com.mojang.datafixers.DataFixer p_249266_, int p_249857_, CompoundTag p_249309_, boolean p_251525_, int p_249614_, int p_252310_, int p_250544_, float p_250495_, long p_250393_, long p_252085_, int p_250455_, int p_248981_, int p_249051_, boolean p_249672_, int p_249807_, boolean p_252350_, boolean p_250231_, boolean p_249788_, WorldBorder.Settings p_251494_, int p_249519_, int p_250649_, UUID p_248892_, Set<String> p_251898_, TimerQueue<MinecraftServer> p_251119_, CompoundTag p_248915_, CompoundTag p_252274_, LevelSettings p_248619_, WorldOptions p_251512_, PrimaryLevelData.SpecialWorldProperty p_251396_, com.mojang.serialization.Lifecycle p_252247_) PrimaryLevelData
(LevelSettings p_251081_, WorldOptions p_251666_, PrimaryLevelData.SpecialWorldProperty p_252268_, com.mojang.serialization.Lifecycle p_251714_)