Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModFile
Packages that use ModFile
Package
Description
-
Uses of ModFile in net.minecraftforge.fml
Method parameters in net.minecraftforge.fml with type arguments of type ModFileConstructor parameters in net.minecraftforge.fml with type arguments of type ModFile -
Uses of ModFile in net.minecraftforge.fml.loading
Fields in net.minecraftforge.fml.loading with type parameters of type ModFileModifier and TypeFieldDescriptionLoadingModList.brokenFilesModSorter.modFilesUniqueModListBuilder.modFilesUniqueModListBuilder.UniqueModListData.modFilesThe field for themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstIdThe field for themodFilesByFirstIdrecord component.ModSorter.systemModsMethods in net.minecraftforge.fml.loading that return ModFileModifier and TypeMethodDescriptionprivate ModFileUniqueModListBuilder.selectNewestModInfo(Map.Entry<String, List<ModFile>> fullList) Methods in net.minecraftforge.fml.loading that return types with arguments of type ModFileModifier and TypeMethodDescriptionLoadingModList.getBrokenFiles()UniqueModListBuilder.UniqueModListData.modFiles()Returns the value of themodFilesrecord component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId()Returns the value of themodFilesByFirstIdrecord component.Methods in net.minecraftforge.fml.loading with parameters of type ModFileModifier and TypeMethodDescriptionstatic voidFMLLoader.addAccessTransformer(Path atPath, ModFile modName) net.minecraftforge.forgespi.language.IModLanguageProviderLanguageLoadingProvider.findLanguage(ModFile mf, String modLoader, 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.minecraftforge.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionvoidLanguageLoadingProvider.addAdditionalLanguages(List<ModFile> modFiles) private voidModSorter.detectSystemMods(Map<String, List<ModFile>> modFilesByFirstId) static LoadingModListLoadingModList.of(List<ModFile> modFiles, List<ModInfo> sortedList, EarlyLoadingException earlyLoadingException) private ModFileUniqueModListBuilder.selectNewestModInfo(Map.Entry<String, List<ModFile>> fullList) voidLoadingModList.setBrokenFiles(List<ModFile> brokenFiles) static LoadingModListModSorter.sort(List<ModFile> mods, List<EarlyLoadingException.ExceptionData> errors) Constructor parameters in net.minecraftforge.fml.loading with type arguments of type ModFileModifierConstructorDescriptionprivateLoadingModList(List<ModFile> modFiles, List<ModInfo> sortedList) privateUniqueModListBuilder(List<ModFile> modFiles) Creates an instance of aUniqueModListDatarecord class.Creates an instance of aUniqueModListDatarecord class. -
Uses of ModFile in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModFileModifier and TypeFieldDescriptionprivate final ModFileCoreModFile.fileprivate final ModFileScanner.fileToScanprivate final ModFileModFileInfo.modFileFields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModFileModifier and TypeFieldDescriptionBackgroundScanHandler.allFilesModValidator.brokenFilesModValidator.candidateModsModValidator.candidatePluginsBackgroundScanHandler.modFilesModValidator.modFilesBackgroundScanHandler.pendingFilesBackgroundScanHandler.scannedFilesMethods in net.minecraftforge.fml.loading.moddiscovery that return ModFileMethods in net.minecraftforge.fml.loading.moddiscovery that return types with arguments of type ModFileModifier and TypeMethodDescriptionBackgroundScanHandler.getModFiles()ModValidator.validateFiles(List<ModFile> mods) Methods in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModFileModifier and TypeMethodDescriptionprivate voidBackgroundScanHandler.addCompletedFile(ModFile file, net.minecraftforge.forgespi.language.ModFileScanData modFileScanData, Throwable throwable) protected static List<CoreModFile>ModFileParser.getCoreMods(ModFile modFile) static net.minecraftforge.forgespi.language.IModFileInfoModFileParser.readModList(ModFile modFile, net.minecraftforge.forgespi.locating.ModFileFactory.ModFileInfoParser parser) voidBackgroundScanHandler.submitForScanning(ModFile file) Method parameters in net.minecraftforge.fml.loading.moddiscovery with type arguments of type ModFileModifier and TypeMethodDescriptionprivate voidModDiscoverer.handleLocatedFiles(List<ModFile> loadedFiles, List<net.minecraftforge.forgespi.locating.IModFile> locatedFiles) ModValidator.validateFiles(List<ModFile> mods) Constructors in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModFileModifierConstructorDescription(package private)CoreModFile(String name, Path path, ModFile file) (package private)ModFileInfo(ModFile modFile, net.minecraftforge.forgespi.language.IConfigurable config) ModFileInfo(ModFile file, net.minecraftforge.forgespi.language.IConfigurable config, List<net.minecraftforge.forgespi.language.IModFileInfo.LanguageSpec> languageSpecs) Constructor parameters in net.minecraftforge.fml.loading.moddiscovery with type arguments of type ModFileModifierConstructorDescriptionBackgroundScanHandler(List<ModFile> modFiles) ModValidator(Map<net.minecraftforge.forgespi.locating.IModFile.Type, List<ModFile>> modFiles, List<EarlyLoadingException.ExceptionData> discoveryErrorData)