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 TypeMethodDescriptionvoid
MavenDirectoryLocator.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
ModsFolderLocator.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
NeoForgeDevProvider.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
PathBasedLocator.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
ProductionClientProvider.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
ProductionServerProvider.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) void
UserdevLocator.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) private void
NeoForgeDevProvider.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 tellingNeoForgeDevDistCleaner
to clean class files that should be masked.JarInJarDependencyLocator.loadModFileFrom
(IModFile file, Path path, IDiscoveryPipeline pipeline) void
JarInJarDependencyLocator.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 TypeMethodDescriptionvoid
IModFileCandidateLocator.findCandidates
(ILaunchContext context, IDiscoveryPipeline pipeline) Discovers potential mods to be loaded by FML.void
IDependencyLocator.scanMods
(List<IModFile> loadedMods, IDiscoveryPipeline pipeline) Invoked to find all mod dependencies that this dependency locator can find.