Uses of Record Class
net.minecraft.world.level.storage.LevelStorageSource.LevelDirectory
Packages that use LevelStorageSource.LevelDirectory
Package
Description
-
Uses of LevelStorageSource.LevelDirectory in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as LevelStorageSource.LevelDirectoryModifier and TypeFieldDescription(package private) final LevelStorageSource.LevelDirectory
LevelStorageSource.LevelStorageAccess.levelDirectory
Fields in net.minecraft.world.level.storage with type parameters of type LevelStorageSource.LevelDirectoryModifier and TypeFieldDescriptionprivate final List<LevelStorageSource.LevelDirectory>
LevelStorageSource.LevelCandidates.levels
The field for thelevels
record component.Methods in net.minecraft.world.level.storage that return LevelStorageSource.LevelDirectoryMethods in net.minecraft.world.level.storage that return types with arguments of type LevelStorageSource.LevelDirectoryModifier and TypeMethodDescriptionLevelStorageSource.LevelCandidates.iterator()
LevelStorageSource.LevelCandidates.levels()
Returns the value of thelevels
record component.Methods in net.minecraft.world.level.storage with parameters of type LevelStorageSource.LevelDirectoryModifier and TypeMethodDescriptionprivate static long
LevelStorageSource.getFileModificationTime
(LevelStorageSource.LevelDirectory p_311230_) (package private) LevelSummary
LevelStorageSource.makeLevelSummary
(com.mojang.serialization.Dynamic<?> p_310955_, LevelStorageSource.LevelDirectory p_309842_, boolean p_310644_) private LevelSummary
LevelStorageSource.readLevelSummary
(LevelStorageSource.LevelDirectory p_313112_, boolean p_312081_) Constructor parameters in net.minecraft.world.level.storage with type arguments of type LevelStorageSource.LevelDirectoryModifierConstructorDescriptionCreates an instance of aLevelCandidates
record class. -
Uses of LevelStorageSource.LevelDirectory in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type LevelStorageSource.LevelDirectoryModifier and TypeMethodDescriptionstatic void
ForgeHooks.readAdditionalLevelSaveData
(com.mojang.serialization.Dynamic<?> data, LevelStorageSource.LevelDirectory levelDirectory) -
Uses of LevelStorageSource.LevelDirectory in net.minecraftforge.event
Fields in net.minecraftforge.event declared as LevelStorageSource.LevelDirectoryModifier and TypeFieldDescriptionprivate final LevelStorageSource.LevelDirectory
ModMismatchEvent.levelDirectory
The level being loaded.Methods in net.minecraftforge.event that return LevelStorageSource.LevelDirectoryModifier and TypeMethodDescriptionModMismatchEvent.getLevelDirectory()
Gets the current level directory for the world being loaded.Constructors in net.minecraftforge.event with parameters of type LevelStorageSource.LevelDirectoryModifierConstructorDescriptionModMismatchEvent
(LevelStorageSource.LevelDirectory levelDirectory, Map<String, org.apache.maven.artifact.versioning.ArtifactVersion> previousVersions, Map<String, org.apache.maven.artifact.versioning.ArtifactVersion> missingVersions)