Uses of Interface
net.neoforged.neoforgespi.locating.ModFileInfoParser
Packages that use ModFileInfoParser
-
Uses of ModFileInfoParser in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery declared as ModFileInfoParserMethods in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileInfoParserModifier and TypeMethodDescriptionstatic IModFileInfo
ModFileParser.readModList
(ModFile modFile, ModFileInfoParser parser) Constructors in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileInfoParserModifierConstructorDescriptionModFile
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes discoveryAttributes) ModFile
(cpw.mods.jarhandling.SecureJar jar, 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 IModFile
IModFile.create
(cpw.mods.jarhandling.SecureJar jar, ModFileInfoParser parser) Builds a new mod file instance depending on the current runtime.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.