Uses of Class
net.minecraft.world.level.LevelInfo
Package
Description
-
Uses of LevelInfo in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate LevelInfo
CreateWorldScreen.createLevelInfo
(boolean debugWorld) Modifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) ModifierConstructorDescriptionprivate
OptimizeWorldScreen
(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, Registry<DimensionOptions> dimensionOptionsRegistry) -
Uses of LevelInfo in net.minecraft.server
-
Uses of LevelInfo in net.minecraft.server.integrated
Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelInfo,
GeneratorOptionsHolder> IntegratedServerLoader.loadForRecreation
(LevelStorage.Session session) Modifier and TypeMethodDescriptionvoid
IntegratedServerLoader.createAndStart
(String levelName, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier) -
Uses of LevelInfo in net.minecraft.world
-
Uses of LevelInfo in net.minecraft.world.level
Modifier and TypeMethodDescriptionstatic LevelInfo
LevelInfo.fromDynamic
(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration) LevelProperties.getLevelInfo()
LevelInfo.withCopiedGameRules()
LevelInfo.withDataConfiguration
(DataConfiguration dataConfiguration) LevelInfo.withDifficulty
(Difficulty difficulty) LevelInfo.withGameMode
(GameMode mode) Modifier and TypeMethodDescriptionstatic <T> LevelProperties
LevelProperties.readProperties
(com.mojang.serialization.Dynamic<T> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) ModifierConstructorDescriptionprivate
LevelProperties
(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) LevelProperties
(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelInfo in net.minecraft.world.level.storage
ModifierConstructorDescriptionLevelSummary
(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath)