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, cpw.mods.modlauncher.TransformingClassLoader modClassLoader, Map<String, net.minecraftforge.forgespi.language.IModInfo> modInfoMap, Map.Entry<String, ? extends net.minecraftforge.forgespi.language.IModLanguageProvider.IModLanguageLoader> idToProviderEntry) private List<ModContainer>
private String
ModList.fileToLine
(ModFile mf) Method parameters in net.minecraftforge.fml with type arguments of type ModFileModifier and TypeMethodDescription<T> Stream<T>
ModList.applyForEachModFile
(Function<ModFile, T> function) void
ModList.forEachModFile
(Consumer<ModFile> fileConsumer) static ModList
Constructor parameters in net.minecraftforge.fml with type arguments of type ModFile -
Uses of ModFile in net.minecraftforge.fml.client
Method parameters in net.minecraftforge.fml.client with type arguments of type ModFileModifier and TypeMethodDescriptionprivate static ResourcePackLoader.IPackInfoFinder
ClientModLoader.buildPackFinder
(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter) private static void
ClientModLoader.clientPackFinder
(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) -
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 ModFileModifier and TypeMethodDescriptionFMLLoader.beginModScan
(Map<String, ?> arguments) LoadingModList.getBrokenFiles()
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 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) (package private) void
FMLCommonLaunchHandler.addLibraries
(List<ModFile> libraries) static LoadingModList
LoadingModList.of
(List<ModFile> modFiles, List<ModInfo> sortedList, EarlyLoadingException earlyLoadingException) void
LoadingModList.setBrokenFiles
(List<ModFile> brokenFiles) static LoadingModList
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 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
BackgroundScanHandler.modFiles
BackgroundScanHandler.pendingFiles
BackgroundScanHandler.scannedFiles
Methods in net.minecraftforge.fml.loading.moddiscovery that return ModFileModifier and TypeMethodDescriptionModFileInfo.getFile()
static ModFile
ModFile.newFMLInstance
(Path path, net.minecraftforge.forgespi.locating.IModLocator locator) Methods in net.minecraftforge.fml.loading.moddiscovery that return types with arguments of type ModFileMethods 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) 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) Constructor parameters in net.minecraftforge.fml.loading.moddiscovery with type arguments of type ModFileModifierConstructorDescriptionBackgroundScanHandler
(Map<net.minecraftforge.forgespi.locating.IModFile.Type, List<ModFile>> modFiles) -
Uses of ModFile in net.minecraftforge.fml.packs
Fields in net.minecraftforge.fml.packs declared as ModFileFields in net.minecraftforge.fml.packs with type parameters of type ModFileModifier and TypeFieldDescriptionprivate static Map<ModFile,
ModFileResourcePack> ResourcePackLoader.modResourcePacks
Methods in net.minecraftforge.fml.packs that return ModFileMethod parameters in net.minecraftforge.fml.packs with type arguments of type ModFileModifier and TypeMethodDescriptionstatic void
ResourcePackLoader.loadResourcePacks
(ResourcePackList resourcePacks, BiFunction<Map<ModFile, ? extends ModFileResourcePack>, BiConsumer<? super ModFileResourcePack, ResourcePackInfo>, ResourcePackLoader.IPackInfoFinder> packFinder) Constructors in net.minecraftforge.fml.packs with parameters of type ModFile -
Uses of ModFile in net.minecraftforge.fml.server
Method parameters in net.minecraftforge.fml.server with type arguments of type ModFileModifier and TypeMethodDescriptionServerLifecycleHooks.buildPackFinder
(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter) Deprecated.private static void
ServerLifecycleHooks.serverPackFinder
(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)