Uses of Record Class
net.minecraft.world.level.storage.LevelStorage.LevelSave
-
Uses of LevelStorage.LevelSave in net.minecraft.world.level.storage
Modifier and TypeFieldDescription(package private) final LevelStorage.LevelSave
LevelStorage.Session.directory
Modifier and TypeFieldDescriptionprivate final List<LevelStorage.LevelSave>
LevelStorage.LevelList.levels
The field for thelevels
record component.Modifier and TypeMethodDescriptionLevelStorage.LevelList.iterator()
LevelStorage.LevelList.levels()
Returns the value of thelevels
record component.Modifier and TypeMethodDescription(package private) BiFunction<Path,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorage.createLevelDataParser
(LevelStorage.LevelSave levelSave, boolean locked) (package private) <T> T
LevelStorage.readLevelProperties
(LevelStorage.LevelSave levelSave, BiFunction<Path, com.mojang.datafixers.DataFixer, T> levelDataParser)