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.modFilesUniqueModListBuilder.modFilesUniqueModListBuilder.UniqueModListData.modFilesThe field for themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstIdThe field for themodFilesByFirstIdrecord component.ModSorter.systemModsMethods in net.neoforged.fml.loading that return ModFileModifier and TypeMethodDescriptionprivate ModFileUniqueModListBuilder.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 themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId()Returns the value of themodFilesByFirstIdrecord component.Methods in net.neoforged.fml.loading with parameters of type ModFileModifier and TypeMethodDescriptionstatic voidFMLLoader.addAccessTransformer(Path atPath, ModFile modName) LanguageProviderLoader.findLanguage(ModFile mf, @Nullable String modLoader, @Nullable org.apache.maven.artifact.versioning.VersionRange modLoaderVersion) private static Stringprivate static org.apache.commons.lang3.text.StrLookup<String> StringSubstitutor.getStringLookup(ModFile file) private org.apache.maven.artifact.versioning.ArtifactVersionUniqueModListBuilder.getVersion(ModFile mf) static StringMethod parameters in net.neoforged.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionprivate voidModSorter.detectSystemMods(Map<String, List<ModFile>> modFilesByFirstId) static LoadingModListLoadingModList.of(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) private ModFileUniqueModListBuilder.selectNewestModInfo(Map.Entry<String, List<ModFile>> fullList) static LoadingModListConstructor parameters in net.neoforged.fml.loading with type arguments of type ModFileModifierConstructorDescriptionprivateLoadingModList(List<ModFile> plugins, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies) privateUniqueModListBuilder(List<ModFile> modFiles) Creates an instance of aUniqueModListDatarecord class.Creates an instance of aUniqueModListDatarecord 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.candidateModsModValidator.candidatePluginsModDiscoverer.DiscoveryPipeline.loadedFilesprivate final Map<IModFile.Type, List<ModFile>> ModValidator.modFilesMethods 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 IModFileInfoModFileParser.readModList(ModFile modFile, ModFileInfoParser parser) Method parameters in net.neoforged.fml.loading.moddiscovery with type arguments of type ModFileModifier and TypeMethodDescriptionprivate StringModDiscoverer.logReport(Collection<List<ModFile>> modFiles) private voidModValidator.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.allFilesBackgroundScanHandler.pendingFilesBackgroundScanHandler.scannedFilesMethods in net.neoforged.fml.loading.modscan with parameters of type ModFileModifier and TypeMethodDescriptionprivate voidBackgroundScanHandler.addCompletedFile(ModFile file, Throwable throwable) voidBackgroundScanHandler.submitForScanning(ModFile file) Constructors in net.neoforged.fml.loading.modscan with parameters of type ModFile