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 ModFileDiscoveryAttributesModDiscoverer.DiscoveryPipeline.defaultAttributesprivate ModFileDiscoveryAttributesModFile.discoveryAttributesMethods 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 IModFileModDiscoverer.DiscoveryPipeline.readModFile(cpw.mods.jarhandling.JarContents jarContents, ModFileDiscoveryAttributes attributes) voidModFile.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 IModFileJarModsDotTomlModFileReader.createModFile(cpw.mods.jarhandling.JarContents contents, ModFileDiscoveryAttributes discoveryAttributes) @Nullable IModFileJarModsDotTomlModFileReader.read(cpw.mods.jarhandling.JarContents jar, ModFileDiscoveryAttributes discoveryAttributes) @Nullable IModFileNestedLibraryModReader.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 ModFileDiscoveryAttributesModFileDiscoveryAttributes.DEFAULTMethods 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 IModFileIModFile.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 IModFileIModFile.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 IModFileIModFileReader.read(cpw.mods.jarhandling.JarContents jar, ModFileDiscoveryAttributes attributes) Provides a mod from the givenjar.@Nullable IModFileIDiscoveryPipeline.readModFile(cpw.mods.jarhandling.JarContents jarContents, ModFileDiscoveryAttributes attributes) Use the registered readers to attempt to create a mod-file from the given jar contents.