Uses of Class
net.minecraft.world.level.LevelSettings
Packages that use LevelSettings
Package
Description
-
Uses of LevelSettings in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection that return LevelSettingsModifier and TypeMethodDescriptionprivate LevelSettingsCreateWorldScreen.createLevelSettings(boolean p_205448_) Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type LevelSettingsModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelSettings, WorldCreationContext> WorldOpenFlows.recreateWorldData(LevelStorageSource.LevelStorageAccess p_249540_) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifier and TypeMethodDescriptionvoidWorldOpenFlows.createFreshLevel(String p_233158_, LevelSettings p_233159_, WorldOptions p_249243_, Function<RegistryAccess, WorldDimensions> p_249252_, Screen p_307305_) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft p_276017_, Screen p_276029_, LevelSettings p_276055_, WorldCreationContext p_276028_, Path p_276040_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifierConstructorDescriptionprivateOptimizeWorldScreen(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
Fields in net.minecraft.server declared as LevelSettings -
Uses of LevelSettings in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelSettingsModifier and TypeMethodDescriptionLevelSettings.copy()static LevelSettingsLevelSettings.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
Fields in net.minecraft.world.level.storage declared as LevelSettingsModifier and TypeFieldDescriptionprivate final LevelSettingsLevelSummary.settingsprivate LevelSettingsPrimaryLevelData.settingsMethods in net.minecraft.world.level.storage that return LevelSettingsModifier and TypeMethodDescriptionPrimaryLevelData.getLevelSettings()WorldData.getLevelSettings()LevelSummary.getSettings()Methods in net.minecraft.world.level.storage with parameters of type LevelSettingsModifier and TypeMethodDescriptionstatic <T> PrimaryLevelDataPrimaryLevelData.parse(com.mojang.serialization.Dynamic<T> p_78531_, LevelSettings p_78535_, PrimaryLevelData.SpecialWorldProperty p_250651_, WorldOptions p_251864_, com.mojang.serialization.Lifecycle p_78538_) Constructors in net.minecraft.world.level.storage with parameters of type LevelSettingsModifierConstructorDescriptionLevelSummary(LevelSettings p_251217_, LevelVersion p_249179_, String p_250462_, boolean p_252096_, boolean p_251054_, boolean p_252271_, Path p_252001_) privatePrimaryLevelData(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_)