Uses of Record Class
net.minecraft.world.level.storage.LevelStorageSource.LevelDirectory
Package
Description
-
Uses of LevelStorageSource.LevelDirectory in net.minecraft.world.level.storage
Modifier and TypeFieldDescription(package private) final LevelStorageSource.LevelDirectory
LevelStorageSource.LevelStorageAccess.levelDirectory
Modifier and TypeFieldDescriptionprivate final List<LevelStorageSource.LevelDirectory>
LevelStorageSource.LevelCandidates.levels
The field for thelevels
record component.Modifier and TypeMethodDescriptionLevelStorageSource.LevelCandidates.iterator()
LevelStorageSource.LevelCandidates.levels()
Returns the value of thelevels
record component.Modifier and TypeMethodDescription(package private) BiFunction<Path,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorageSource.levelSummaryReader
(LevelStorageSource.LevelDirectory p_230821_, boolean p_230822_) (package private) <T> T
LevelStorageSource.readLevelData
(LevelStorageSource.LevelDirectory p_230818_, BiFunction<Path, com.mojang.datafixers.DataFixer, T> p_230819_) ModifierConstructorDescriptionCreates an instance of aLevelCandidates
record class. -
Uses of LevelStorageSource.LevelDirectory in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic void
ForgeHooks.readAdditionalLevelSaveData
(CompoundTag rootTag, LevelStorageSource.LevelDirectory levelDirectory) -
Uses of LevelStorageSource.LevelDirectory in net.minecraftforge.event
Modifier and TypeFieldDescriptionprivate final LevelStorageSource.LevelDirectory
ModMismatchEvent.levelDirectory
The level being loaded.Modifier and TypeMethodDescriptionModMismatchEvent.getLevelDirectory()
Gets the current level directory for the world being loaded.ModifierConstructorDescriptionModMismatchEvent
(LevelStorageSource.LevelDirectory levelDirectory, Map<String, org.apache.maven.artifact.versioning.ArtifactVersion> previousVersions, Map<String, org.apache.maven.artifact.versioning.ArtifactVersion> missingVersions)