Uses of Interface
net.neoforged.neoforgespi.locating.ModFileInfoParser
Packages that use ModFileInfoParser
-
Uses of ModFileInfoParser in net.neoforged.fml.loading.moddiscovery
Methods in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileInfoParserModifier and TypeMethodDescriptionstatic IModFileInfoModFileParser.readModList(ModFile modFile, ModFileInfoParser parser) Constructors in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileInfoParserModifierConstructorDescriptionModFile(JarContents contents, @Nullable JarModuleInfo metadata, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes discoveryAttributes) ModFile(JarContents contents, @Nullable JarModuleInfo metadata, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) ModFile(JarContents contents, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) -
Uses of ModFileInfoParser in net.neoforged.neoforgespi.locating
Methods in net.neoforged.neoforgespi.locating with parameters of type ModFileInfoParserModifier and TypeMethodDescriptionstatic IModFileIModFile.create(JarContents contents, JarModuleInfo metadata, ModFileInfoParser parser) Builds a new mod file instance depending on the current runtime.static IModFileIModFile.create(JarContents contents, JarModuleInfo metadata, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.static IModFileIModFile.create(JarContents contents, ModFileInfoParser parser) Builds a new mod file instance depending on the current runtime.static IModFileIModFile.create(JarContents contents, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.static IModFileIModFile.create(JarContents contents, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.