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 TypeFieldDescriptionUniqueModListBuilder.UniqueModListData.discardedFilesThe field for thediscardedFilesrecord component.FMLLoader.earlyServicesJarsFMLLoader.DiscoveryResult.gameContentThe field for thegameContentrecord component.FMLLoader.DiscoveryResult.gameLibraryContentThe field for thegameLibraryContentrecord component.ModSorter.modFilesUniqueModListBuilder.modFilesUniqueModListBuilder.UniqueModListData.modFilesThe field for themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstIdThe field for themodFilesByFirstIdrecord component.FMLLoader.DiscoveryResult.pluginContentThe field for thepluginContentrecord component.ModSorter.systemModsMethods in net.neoforged.fml.loading that return ModFileModifier and TypeMethodDescriptionprivate static ModFileEarlyServiceDiscovery.createEarlyServiceModFile(Path path) private static ModFileEarlyServiceDiscovery.getEarlyServiceModFile(Path path) private ModFileUniqueModListBuilder.selectNewestModInfo(Map.Entry<String, List<ModFile>> fullList) Methods in net.neoforged.fml.loading that return types with arguments of type ModFileModifier and TypeMethodDescriptionFMLLoader.DiscoveryResult.allContent()FMLLoader.DiscoveryResult.allGameContent()UniqueModListBuilder.UniqueModListData.discardedFiles()Returns the value of thediscardedFilesrecord component.EarlyServiceDiscovery.findEarlyServiceJars(StartupArgs startupArgs, Path directory) Find and load early services from the mods directory.FMLLoader.DiscoveryResult.gameContent()Returns the value of thegameContentrecord component.FMLLoader.DiscoveryResult.gameLibraryContent()Returns the value of thegameLibraryContentrecord component.UniqueModListBuilder.UniqueModListData.modFiles()Returns the value of themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId()Returns the value of themodFilesByFirstIdrecord component.FMLLoader.DiscoveryResult.pluginContent()Returns the value of thepluginContentrecord component.Methods in net.neoforged.fml.loading with parameters of type ModFileModifier and TypeMethodDescriptionLanguageProviderLoader.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) ClassLoadingGuardian.getPackages(List<ModFile> gameContent) static LoadingModListLoadingModList.of(List<ModFile> plugins, List<ModFile> gameLibraries, List<ModFile> modFiles, List<ModInfo> sortedList, List<ModLoadingIssue> issues, Map<ModInfo, List<ModInfo>> modDependencies) private ModFileUniqueModListBuilder.selectNewestModInfo(Map.Entry<String, List<ModFile>> fullList) static LoadingModListModSorter.sort(List<ModFile> plugins, List<ModFile> gameLibraries, List<ModFile> mods, List<ModLoadingIssue> issues) static LoadingModListModSorter.sort(List<ModFile> modFiles, List<ModLoadingIssue> issues) Constructor parameters in net.neoforged.fml.loading with type arguments of type ModFileModifierConstructorDescriptionClassLoadingGuardian(Instrumentation instrumentation, List<ModFile> gameContent) (package private)DiscoveryResult(List<ModFile> pluginContent, List<ModFile> gameContent, List<ModFile> gameLibraryContent, List<ModLoadingIssue> discoveryIssues) Creates an instance of aDiscoveryResultrecord class.privateLoadingModList(List<ModFile> plugins, List<ModFile> gameLibraries, List<ModFile> modFiles, List<ModInfo> sortedList, Map<ModInfo, List<ModInfo>> modDependencies) privateUniqueModListBuilder(List<ModFile> modFiles) UniqueModListData(List<ModFile> modFiles, List<ModFile> discardedFiles, Map<String, List<ModFile>> modFilesByFirstId) Creates an instance of aUniqueModListDatarecord class.UniqueModListData(List<ModFile> modFiles, List<ModFile> discardedFiles, Map<String, List<ModFile>> modFilesByFirstId) Creates an instance of aUniqueModListDatarecord class. -
Uses of ModFile in net.neoforged.fml.loading.mixin
Methods in net.neoforged.fml.loading.mixin with parameters of type ModFileModifier and TypeMethodDescriptionprivate static booleanMixinFacade.areRequiredModsPresent(ModFile modFile, ModFileParser.MixinConfig mixinConfig, LoadingModList modList) private static booleanMixinFacade.validateMixinBehavior(ModFile modFile, ModFileParser.MixinConfig mixinConfig) -
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 TypeFieldDescriptionModDiscoverer.DiscoveryPipeline.loadedFilesModDiscoverer.Result.modFilesThe field for themodFilesrecord component.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 TypeMethodDescriptionModDiscoverer.Result.modFiles()Returns the value of themodFilesrecord component.Methods 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 TypeMethodDescriptionModDiscoverer.discoverMods(List<ModFile> additionalDependencySources) private StringModDiscoverer.logReport(Collection<List<ModFile>> modFiles) 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) Result(List<ModFile> modFiles, List<ModLoadingIssue> discoveryIssues) Creates an instance of aResultrecord class. -
Uses of ModFile in net.neoforged.fml.loading.modscan
Fields in net.neoforged.fml.loading.modscan declared as ModFileConstructors in net.neoforged.fml.loading.modscan with parameters of type ModFile