Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModFile
Packages that use ModFile
Package
Description
-
Uses of ModFile in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type ModFileModifier and TypeMethodDescriptionprivate ModContainerModLoader.buildModContainerFromTOML(ModFile modFile, Map<String,net.minecraftforge.forgespi.language.IModInfo> modInfoMap, Map.Entry<String,? extends net.minecraftforge.forgespi.language.IModLanguageProvider.IModLanguageLoader> idToProviderEntry)private List<ModContainer>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.forgeAndMCModSorter.modFilesMethods in net.minecraftforge.fml.loading that return types with arguments of type ModFileMethods 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 org.apache.commons.lang3.text.StrLookup<String>StringSubstitutor.getStringLookup(ModFile file)static StringMethod parameters in net.minecraftforge.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionvoidLanguageLoadingProvider.addAdditionalLanguages(List<ModFile> modFiles)static LoadingModListLoadingModList.of(List<ModFile> modFiles, List<ModInfo> sortedList, EarlyLoadingException earlyLoadingException)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 ModFile -
Uses of ModFile in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModFileModifier and TypeFieldDescriptionprivate ModFileCoreModFile.fileprivate ModFileScanner.fileToScanprivate 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 ModFileModifier and TypeMethodDescriptionModFileInfo.getFile()static ModFileModFile.newFMLInstance(net.minecraftforge.forgespi.locating.IModLocator locator, cpw.mods.jarhandling.SecureJar jar)Deprecated, for removal: This API element is subject to removal in a future version.static ModFileModFile.newFMLInstance(net.minecraftforge.forgespi.locating.IModLocator locator, Path... paths)Deprecated, for removal: This API element is subject to removal in a future version.Methods 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 ModFileConstructors 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)