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 ModContainer
ModLoader.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.brokenFiles
ModSorter.forgeAndMC
ModSorter.modFiles
Methods 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 void
FMLLoader.addAccessTransformer(Path atPath, ModFile modName)
net.minecraftforge.forgespi.language.IModLanguageProvider
LanguageLoadingProvider.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 String
Method parameters in net.minecraftforge.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionvoid
LanguageLoadingProvider.addAdditionalLanguages(List<ModFile> modFiles)
static LoadingModList
LoadingModList.of(List<ModFile> modFiles, List<ModInfo> sortedList, EarlyLoadingException earlyLoadingException)
void
LoadingModList.setBrokenFiles(List<ModFile> brokenFiles)
static LoadingModList
ModSorter.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 ModFile
CoreModFile.file
private ModFile
Scanner.fileToScan
private ModFile
ModFileInfo.modFile
Fields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModFileModifier and TypeFieldDescriptionBackgroundScanHandler.allFiles
ModValidator.brokenFiles
ModValidator.candidateMods
ModValidator.candidatePlugins
BackgroundScanHandler.modFiles
ModValidator.modFiles
BackgroundScanHandler.pendingFiles
BackgroundScanHandler.scannedFiles
Methods in net.minecraftforge.fml.loading.moddiscovery that return ModFileModifier and TypeMethodDescriptionModFileInfo.getFile()
static ModFile
ModFile.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 ModFile
ModFile.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 void
BackgroundScanHandler.addCompletedFile(ModFile file, net.minecraftforge.forgespi.language.ModFileScanData modFileScanData, Throwable throwable)
protected static List<CoreModFile>
ModFileParser.getCoreMods(ModFile modFile)
static net.minecraftforge.forgespi.language.IModFileInfo
ModFileParser.readModList(ModFile modFile, net.minecraftforge.forgespi.locating.ModFileFactory.ModFileInfoParser parser)
void
BackgroundScanHandler.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)