Uses of Record Class
net.neoforged.neoforgespi.locating.ModFileDiscoveryAttributes
Packages that use ModFileDiscoveryAttributes
Package
Description
-
Uses of ModFileDiscoveryAttributes in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery declared as ModFileDiscoveryAttributesModifier and TypeFieldDescriptionprivate final ModFileDiscoveryAttributes
ModDiscoverer.DiscoveryPipeline.defaultAttributes
private ModFileDiscoveryAttributes
ModFile.discoveryAttributes
Methods in net.neoforged.fml.loading.moddiscovery that return ModFileDiscoveryAttributesMethods in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileDiscoveryAttributesModifier and TypeMethodDescriptionModDiscoverer.DiscoveryPipeline.addJarContent
(cpw.mods.jarhandling.JarContents jarContents, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting reporting) ModDiscoverer.DiscoveryPipeline.addPath
(List<Path> groupedPaths, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting reporting) @Nullable IModFile
ModDiscoverer.DiscoveryPipeline.readModFile
(cpw.mods.jarhandling.JarContents jarContents, ModFileDiscoveryAttributes attributes) void
ModFile.setDiscoveryAttributes
(ModFileDiscoveryAttributes discoveryAttributes) Constructors in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileDiscoveryAttributesModifierConstructorDescriptionDiscoveryPipeline
(ModFileDiscoveryAttributes defaultAttributes, List<ModFile> loadedFiles, List<ModLoadingIssue> issues) ModFile
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes discoveryAttributes) ModFile
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) -
Uses of ModFileDiscoveryAttributes in net.neoforged.fml.loading.moddiscovery.readers
Methods in net.neoforged.fml.loading.moddiscovery.readers with parameters of type ModFileDiscoveryAttributesModifier and TypeMethodDescriptionstatic IModFile
JarModsDotTomlModFileReader.createModFile
(cpw.mods.jarhandling.JarContents contents, ModFileDiscoveryAttributes discoveryAttributes) @Nullable IModFile
JarModsDotTomlModFileReader.read
(cpw.mods.jarhandling.JarContents jar, ModFileDiscoveryAttributes discoveryAttributes) @Nullable IModFile
NestedLibraryModReader.read
(cpw.mods.jarhandling.JarContents jar, ModFileDiscoveryAttributes discoveryAttributes) -
Uses of ModFileDiscoveryAttributes in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as ModFileDiscoveryAttributesModifier and TypeFieldDescriptionstatic final ModFileDiscoveryAttributes
ModFileDiscoveryAttributes.DEFAULT
Methods in net.neoforged.neoforgespi.locating that return ModFileDiscoveryAttributesModifier and TypeMethodDescriptionIModFile.getDiscoveryAttributes()
Get attributes about how this mod file was discovered.ModFileDiscoveryAttributes.merge
(ModFileDiscoveryAttributes attributes) ModFileDiscoveryAttributes.withDependencyLocator
(IDependencyLocator dependencyLocator) ModFileDiscoveryAttributes.withLocator
(IModFileCandidateLocator locator) ModFileDiscoveryAttributes.withParent
(IModFile parent) ModFileDiscoveryAttributes.withReader
(IModFileReader reader) Methods in net.neoforged.neoforgespi.locating with parameters of type ModFileDiscoveryAttributesModifier and TypeMethodDescriptionIDiscoveryPipeline.addJarContent
(cpw.mods.jarhandling.JarContents contents, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting) IDiscoveryPipeline.addPath
(Path path, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting) IDiscoveryPipeline.addPath
(List<Path> groupedPaths, ModFileDiscoveryAttributes attributes, IncompatibleFileReporting incompatibleFileReporting) static IModFile
IModFile.create
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.static IModFile
IModFile.create
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.ModFileDiscoveryAttributes.merge
(ModFileDiscoveryAttributes attributes) @Nullable IModFile
IModFileReader.read
(cpw.mods.jarhandling.JarContents jar, ModFileDiscoveryAttributes attributes) Provides a mod from the givenjar
.@Nullable IModFile
IDiscoveryPipeline.readModFile
(cpw.mods.jarhandling.JarContents jarContents, ModFileDiscoveryAttributes attributes) Use the registered readers to attempt to create a mod-file from the given jar contents.