Uses of Record 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 settings, String worldVersion) -
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 isDebug) 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 levelSourceAccess) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifier and TypeMethodDescriptionvoidWorldOpenFlows.createFreshLevel(String levelId, LevelSettings levelSettings, WorldOptions options, Function<HolderLookup.Provider, WorldDimensions> dimensionsProvider, Screen parentScreen) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft minecraft, Runnable onClose, LevelSettings levelSettings, WorldCreationContext worldCreationContext, @Nullable Path newDataPackDir) -
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<?> input, WorldDataConfiguration loadConfig) LevelSettings.withDataConfiguration(WorldDataConfiguration dataConfiguration) LevelSettings.withDifficulty(Difficulty difficulty) LevelSettings.withDifficultyLock(boolean locked) LevelSettings.withGameType(GameType gameType) 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> input, LevelSettings settings, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) Constructors in net.minecraft.world.level.storage with parameters of type LevelSettingsModifierConstructorDescriptionLevelSummary(LevelSettings settings, LevelVersion levelVersion, String levelId, boolean requiresManualConversion, boolean requiresFileFixing, boolean locked, boolean experimental, Path icon) privatePrimaryLevelData(@Nullable UUID singlePlayerUUID, boolean wasModded, LevelData.RespawnData respawnData, long gameTime, int version, boolean initialized, Set<String> knownServerBrands, Set<String> removedFeatureFlags, LevelSettings settings, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) PrimaryLevelData(LevelSettings levelSettings, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle lifecycle)