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 LevelSettings
CreateWorldScreen.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 TypeMethodDescriptionvoid
WorldOpenFlows.createFreshLevel
(String pLevelName, LevelSettings pLevelSettings, WorldOptions pWorldOptions, Function<RegistryAccess, WorldDimensions> pDimensionGetter, Screen pLastScreen) static CreateWorldScreen
CreateWorldScreen.createFromExisting
(Minecraft pMinecraft, Screen pLastScreen, LevelSettings pLevelSettings, WorldCreationContext pSettings, Path pTempDataPackDir) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifierConstructorDescriptionprivate
OptimizeWorldScreen
(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 LevelSettings
LevelSettings.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 LevelSettings
LevelSummary.settings
private LevelSettings
PrimaryLevelData.settings
Methods 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> PrimaryLevelData
PrimaryLevelData.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) private
PrimaryLevelData
(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)