Uses of Interface
net.neoforged.neoforgespi.locating.IDiscoveryPipeline
Packages that use IDiscoveryPipeline
Package
Description
-
Uses of IDiscoveryPipeline in net.neoforged.fml.loading.moddiscovery
Classes in net.neoforged.fml.loading.moddiscovery that implement IDiscoveryPipeline -
Uses of IDiscoveryPipeline in net.neoforged.fml.loading.moddiscovery.locators
Methods in net.neoforged.fml.loading.moddiscovery.locators with parameters of type IDiscoveryPipelineModifier and TypeMethodDescriptionvoidGameLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidInDevFolderLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidInDevJarLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidModsFolderLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidPathBasedLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) private static voidGameLocator.handleMergedMinecraftAndNeoForgeJar(ILaunchContext context, IDiscoveryPipeline pipeline, RequiredSystemFiles systemFiles) JarInJarDependencyLocator.loadModFileFrom(IModFile file, String relativePath, IDiscoveryPipeline pipeline, Map<JarInJarDependencyLocator.EmbeddedJarKey, IModFile> createdModFiles) private static voidGameLocator.locateProductionMinecraft(ILaunchContext context, IDiscoveryPipeline pipeline) In production, the client and neoforge jars are assembled from partial jars in the libraries folder.voidJarInJarDependencyLocator.scanMods(List<IModFile> loadedMods, IDiscoveryPipeline pipeline) -
Uses of IDiscoveryPipeline in net.neoforged.neoforgespi.locating
Methods in net.neoforged.neoforgespi.locating with parameters of type IDiscoveryPipelineModifier and TypeMethodDescriptionvoidIModFileCandidateLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) Discovers potential mods to be loaded by FML.voidIDependencyLocator.scanMods(List<IModFile> loadedMods, IDiscoveryPipeline pipeline) Invoked to find all mod dependencies that this dependency locator can find.