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 TypeMethodDescriptionvoidMavenDirectoryLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidModsFolderLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidNeoForgeDevProvider.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidPathBasedLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidProductionClientProvider.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidProductionProvider.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidProductionServerProvider.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) voidUserdevLocator.findCandidates(ILaunchContext context, IDiscoveryPipeline pipeline) private voidNeoForgeDevProvider.loadMaskedFiles(cpw.mods.jarhandling.JarContents minecraftJar, Set<String> maskedPaths, NeoForgeDevDistCleaner neoForgeDevDistCleaner, IDiscoveryPipeline pipeline) Loads file masking information from the jar's manifest, masking resource files that should not be present and tellingNeoForgeDevDistCleanerto clean class files that should be masked.JarInJarDependencyLocator.loadModFileFrom(IModFile file, Path path, IDiscoveryPipeline pipeline) 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.