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 TypeFieldDescriptionModSorter.modFiles
UniqueModListBuilder.modFiles
UniqueModListBuilder.UniqueModListData.modFiles
The field for themodFiles
record component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId
The field for themodFilesByFirstId
record component.ModSorter.systemMods
Methods in net.minecraftforge.fml.loading that return ModFileModifier and TypeMethodDescriptionprivate ModFile
UniqueModListBuilder.selectNewestModInfo
(Map.Entry<String, List<ModFile>> fullList) Methods in net.minecraftforge.fml.loading that return types with arguments of type ModFileModifier and TypeMethodDescriptionUniqueModListBuilder.UniqueModListData.modFiles()
Returns the value of themodFiles
record component.UniqueModListBuilder.UniqueModListData.modFilesByFirstId()
Returns the value of themodFilesByFirstId
record component.Methods 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 String
private static org.apache.commons.lang3.text.StrLookup<String>
StringSubstitutor.getStringLookup
(ModFile file) private org.apache.maven.artifact.versioning.ArtifactVersion
UniqueModListBuilder.getVersion
(ModFile mf) static String
Method parameters in net.minecraftforge.fml.loading with type arguments of type ModFileModifier and TypeMethodDescriptionvoid
LanguageLoadingProvider.addAdditionalLanguages
(List<ModFile> modFiles) private void
ModSorter.detectSystemMods
(Map<String, List<ModFile>> modFilesByFirstId) static LoadingModList
LoadingModList.of
(List<ModFile> modFiles, List<ModInfo> sortedList, EarlyLoadingException earlyLoadingException) private ModFile
UniqueModListBuilder.selectNewestModInfo
(Map.Entry<String, List<ModFile>> fullList) static LoadingModList
ModSorter.sort
(List<ModFile> mods, List<EarlyLoadingException.ExceptionData> errors) Constructor parameters in net.minecraftforge.fml.loading with type arguments of type ModFileModifierConstructorDescriptionprivate
LoadingModList
(List<ModFile> modFiles, List<ModInfo> sortedList) private
UniqueModListBuilder
(List<ModFile> modFiles) Creates an instance of aUniqueModListData
record class.Creates an instance of aUniqueModListData
record class. -
Uses of ModFile in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModFileModifier and TypeFieldDescriptionprivate final ModFile
CoreModFile.file
private final ModFile
Scanner.fileToScan
private final ModFile
ModFileInfo.modFile
Fields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModFileModifier and TypeFieldDescriptionBackgroundScanHandler.allFiles
ModValidator.candidateMods
ModValidator.candidatePlugins
BackgroundScanHandler.modFiles
ModValidator.modFiles
BackgroundScanHandler.pendingFiles
BackgroundScanHandler.scannedFiles
Methods 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 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 ModFileModifier and TypeMethodDescriptionprivate void
ModDiscoverer.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, Consumer<net.minecraftforge.forgespi.language.IModFileInfo> configFileConsumer) ModFileInfo
(ModFile file, net.minecraftforge.forgespi.language.IConfigurable config, Consumer<net.minecraftforge.forgespi.language.IModFileInfo> configFileConsumer, 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<net.minecraftforge.forgespi.language.IModFileInfo> brokenFiles, List<EarlyLoadingException.ExceptionData> discoveryErrorData)