Uses of Class
net.minecraft.world.level.storage.SaveVersionInfo
| Package | Description |
|---|---|
| net.minecraft.world.level | |
| net.minecraft.world.level.storage |
-
Uses of SaveVersionInfo in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type SaveVersionInfo Modifier and Type Method Description static LevelPropertiesLevelProperties. readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) -
Uses of SaveVersionInfo in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as SaveVersionInfo Modifier and Type Field Description private SaveVersionInfoLevelSummary. versionInfoMethods in net.minecraft.world.level.storage that return SaveVersionInfo Modifier and Type Method Description static SaveVersionInfoSaveVersionInfo. fromDynamic(com.mojang.serialization.Dynamic<?> dynamic)SaveVersionInfoLevelSummary. getVersionInfo()Constructors in net.minecraft.world.level.storage with parameters of type SaveVersionInfo Constructor Description LevelSummary(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, File file)