Uses of Class
net.minecraft.world.level.LevelSettings
Packages that use LevelSettings
Package
Description
-
Uses of LevelSettings in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto with parameters of type LevelSettingsModifier and TypeMethodDescriptionstatic RealmsWorldOptionsRealmsWorldOptions.createFromSettings(LevelSettings pSettings, String pVersion) -
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 pDebug) 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 pLevelStorage) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifier and TypeMethodDescriptionvoidWorldOpenFlows.createFreshLevel(String pLevelName, LevelSettings pLevelSettings, WorldOptions pWorldOptions, Function<HolderLookup.Provider, WorldDimensions> pDimensionGetter, Screen pLastScreen) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft pMinecraft, Screen pLastScreen, LevelSettings pLevelSettings, WorldCreationContext pContext, Path pTempDataPackDir) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifierConstructorDescriptionprivateOptimizeWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer pCallback, com.mojang.datafixers.DataFixer pDataFixer, LevelStorageSource.LevelStorageAccess pLevelStorage, LevelSettings pLevelSettings, boolean pEraseCache, RegistryAccess pRegistryAccess) -
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<?> pLevelData, WorldDataConfiguration pDataConfiguration) LevelSettings.withDataConfiguration(WorldDataConfiguration pDataConfiguration) LevelSettings.withDifficulty(Difficulty pDifficulty) LevelSettings.withGameType(GameType pGameType) 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> pTag, LevelSettings pLevelSettings, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, WorldOptions pWorldOptions, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle) Constructors in net.minecraft.world.level.storage with parameters of type LevelSettingsModifierConstructorDescriptionLevelSummary(LevelSettings pSettings, LevelVersion pLevelVersion, String pLevelId, boolean pRequiresManualConversion, boolean pLocked, boolean pExperimental, Path pIcon) privatePrimaryLevelData(CompoundTag pLoadedPlayerTag, boolean pWasModded, BlockPos pSpawnPos, float pSpawnAngle, long pGameTime, long pDayTime, int pVersion, int pClearWeatherTime, int pRainTime, boolean pRaining, int pThunderTime, boolean pThundering, boolean pInitialized, boolean pDifficultyLocked, WorldBorder.Settings pWorldBorder, int pWanderingTraderSpawnDelay, int pWanderingTraderSpawnChance, UUID pWanderingTraderId, Set<String> pKnownServerBrands, Set<String> pRemovedFeatureFlags, TimerQueue<MinecraftServer> pScheduledEvents, CompoundTag pCustomBossEvents, EndDragonFight.Data pEndDragonFightData, LevelSettings pSettings, WorldOptions pWorldOptions, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle) PrimaryLevelData(LevelSettings pSettings, WorldOptions pWorldOptions, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle)