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_, Screen p_307305_) static CreateWorldScreen
CreateWorldScreen.createFromExisting
(Minecraft p_276017_, Screen p_276029_, LevelSettings p_276055_, WorldCreationContext p_276028_, Path p_276040_) 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_, RegistryAccess p_323621_) -
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 <T> PrimaryLevelData
PrimaryLevelData.parse
(com.mojang.serialization.Dynamic<T> p_78531_, LevelSettings p_78535_, 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
(CompoundTag p_277888_, boolean p_278109_, BlockPos p_320000_, float p_277542_, long p_277414_, long p_277635_, int p_277672_, int p_277714_, int p_278088_, boolean p_277943_, int p_278037_, boolean p_277644_, boolean p_277749_, boolean p_278004_, WorldBorder.Settings p_277729_, int p_277595_, int p_277794_, UUID p_277341_, Set<String> p_277989_, Set<String> p_277399_, TimerQueue<MinecraftServer> p_277860_, CompoundTag p_277936_, EndDragonFight.Data p_289764_, LevelSettings p_278064_, WorldOptions p_278072_, PrimaryLevelData.SpecialWorldProperty p_277548_, com.mojang.serialization.Lifecycle p_277915_) PrimaryLevelData
(LevelSettings p_251081_, WorldOptions p_251666_, PrimaryLevelData.SpecialWorldProperty p_252268_, com.mojang.serialization.Lifecycle p_251714_)