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 debug) 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 levelStorage) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifier and TypeMethodDescriptionvoidWorldOpenFlows.createFreshLevel(String levelName, LevelSettings levelSettings, WorldOptions worldOptions, Function<RegistryAccess, WorldDimensions> dimensionGetter, Screen lastScreen) static CreateWorldScreenCreateWorldScreen.createFromExisting(Minecraft minecraft, Screen lastScreen, LevelSettings levelSettings, WorldCreationContext settings, Path tempDataPackDir) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSettingsModifierConstructorDescriptionprivateOptimizeWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorageSource.LevelStorageAccess levelStorage, LevelSettings levelSettings, boolean eraseCache, RegistryAccess registryAccess) -
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<?> levelData, WorldDataConfiguration dataConfiguration) LevelSettings.withDataConfiguration(WorldDataConfiguration dataConfiguration) LevelSettings.withDifficulty(Difficulty difficulty) 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> tag, LevelSettings levelSettings, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, WorldOptions worldOptions, 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 locked, boolean experimental, Path icon) privatePrimaryLevelData(CompoundTag loadedPlayerTag, boolean wasModded, BlockPos spawnPos, float spawnAngle, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Settings worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, UUID wanderingTraderId, Set<String> knownServerBrands, Set<String> removedFeatureFlags, TimerQueue<MinecraftServer> scheduledEvents, CompoundTag customBossEvents, EndDragonFight.Data endDragonFightData, LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) PrimaryLevelData(LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle)