Uses of Class
net.neoforged.fml.loading.moddiscovery.ModFile
Packages that use ModFile
Package
Description
-
Uses of ModFile in net.neoforged.fml
Method parameters in net.neoforged.fml with type arguments of type ModFileConstructor parameters in net.neoforged.fml with type arguments of type ModFile -
Uses of ModFile in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading with type parameters of type ModFileModifier and TypeFieldDescriptionModSorter.modFiles
UniqueModListBuilder.modFiles
UniqueModListBuilder.UniqueModListData.modFiles
The field for themodFiles
record component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId
The field for themodFilesByFirstId
record component.ModSorter.systemMods
Methods in net.neoforged.fml.loading that return ModFileModifier and TypeMethodDescriptionprivate ModFile
UniqueModListBuilder.selectNewestModInfo
(Map.Entry<String, List<ModFile>> fullList) Methods in net.neoforged.fml.loading that return types with arguments of type ModFileModifier and TypeMethodDescriptionUniqueModListBuilder.UniqueModListData.modFiles()
Returns the value of themodFiles
record component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId()
Returns the value of themodFilesByFirstId
record component.Methods in net.neoforged.fml.loading with parameters of type ModFileModifier and TypeMethodDescriptionstatic void
FMLLoader.addAccessTransformer
(Path atPath, ModFile modName) LanguageProviderLoader.findLanguage
(ModFile mf, @Nullable String modLoader, @Nullable org.apache.maven.artifact.versioning.VersionRange modLoaderVersion) private static String
private static org.apache.commons.lang3.text.StrLookup
<String> StringSubstitutor.getStringLookup
(ModFile file) private org.apache.maven.artifact.versioning.ArtifactVersion
UniqueModListBuilder.getVersion
(ModFile mf) static String
Method parameters in net.neoforged.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionprivate void
ModSorter.detectSystemMods
(Map<String, List<ModFile>> modFilesByFirstId) static LoadingModList
LoadingModList.of
(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) private ModFile
UniqueModListBuilder.selectNewestModInfo
(Map.Entry<String, List<ModFile>> fullList) static LoadingModList
Constructor parameters in net.neoforged.fml.loading with type arguments of type ModFileModifierConstructorDescriptionprivate
LoadingModList
(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies) private
UniqueModListBuilder
(List<ModFile> modFiles) Creates an instance of aUniqueModListData
record class.Creates an instance of aUniqueModListData
record class. -
Uses of ModFile in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery declared as ModFileFields in net.neoforged.fml.loading.moddiscovery with type parameters of type ModFileModifier and TypeFieldDescriptionModValidator.candidateMods
ModValidator.candidatePlugins
ModDiscoverer.DiscoveryPipeline.loadedFiles
private final Map
<IModFile.Type, List<ModFile>> ModValidator.modFiles
Methods in net.neoforged.fml.loading.moddiscovery that return ModFileMethods in net.neoforged.fml.loading.moddiscovery that return types with arguments of type ModFileModifier and TypeMethodDescriptionMethods in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileModifier and TypeMethodDescriptionstatic IModFileInfo
ModFileParser.readModList
(ModFile modFile, ModFileInfoParser parser) Method parameters in net.neoforged.fml.loading.moddiscovery with type arguments of type ModFileModifier and TypeMethodDescriptionprivate String
ModDiscoverer.logReport
(Collection<List<ModFile>> modFiles) private void
ModValidator.validateFiles
(List<ModFile> mods) Constructors in net.neoforged.fml.loading.moddiscovery with parameters of type ModFileModifierConstructorDescriptionModFileInfo
(ModFile modFile, IConfigurable config, Consumer<IModFileInfo> configFileConsumer) ModFileInfo
(ModFile file, IConfigurable config, Consumer<IModFileInfo> configFileConsumer, List<IModFileInfo.LanguageSpec> languageSpecs) Constructor parameters in net.neoforged.fml.loading.moddiscovery with type arguments of type ModFileModifierConstructorDescriptionDiscoveryPipeline
(ModFileDiscoveryAttributes defaultAttributes, List<ModFile> loadedFiles, List<ModLoadingIssue> issues) ModValidator
(Map<IModFile.Type, List<ModFile>> modFiles, List<ModLoadingIssue> issues) -
Uses of ModFile in net.neoforged.fml.loading.modscan
Fields in net.neoforged.fml.loading.modscan declared as ModFileFields in net.neoforged.fml.loading.modscan with type parameters of type ModFileModifier and TypeFieldDescriptionBackgroundScanHandler.allFiles
BackgroundScanHandler.pendingFiles
BackgroundScanHandler.scannedFiles
Methods in net.neoforged.fml.loading.modscan with parameters of type ModFileModifier and TypeMethodDescriptionprivate void
BackgroundScanHandler.addCompletedFile
(ModFile file, Throwable throwable) void
BackgroundScanHandler.submitForScanning
(ModFile file) Constructors in net.neoforged.fml.loading.modscan with parameters of type ModFile