Record Class ModFileDiscoveryAttributes

java.lang.Object
java.lang.Record
net.neoforged.neoforgespi.locating.ModFileDiscoveryAttributes
Record Components:
parent - The mod file that logically contains this mod file.
reader - The reader that was used to get a mod-file from jar contents. May be null if the mod file was directly created by a locator.

public record ModFileDiscoveryAttributes(@Nullable IModFile parent, @Nullable IModFileReader reader, @Nullable IModFileCandidateLocator locator, @Nullable IDependencyLocator dependencyLocator) extends Record
Attributes of a modfile relating to how it was discovered.