Uses of Interface
net.neoforged.neoforgespi.locating.IModFileCandidateLocator
Packages that use IModFileCandidateLocator
Package
Description
-
Uses of IModFileCandidateLocator in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery with type parameters of type IModFileCandidateLocatorModifier and TypeFieldDescriptionprivate final List<IModFileCandidateLocator> ModDiscoverer.modFileLocatorsConstructor parameters in net.neoforged.fml.loading.moddiscovery with type arguments of type IModFileCandidateLocatorModifierConstructorDescriptionModDiscoverer(ILaunchContext launchContext, Collection<IModFileCandidateLocator> additionalModFileLocators) -
Uses of IModFileCandidateLocator in net.neoforged.fml.loading.moddiscovery.locators
Classes in net.neoforged.fml.loading.moddiscovery.locators that implement IModFileCandidateLocatorModifier and TypeClassDescriptionclassclassThis locator finds mods and services that are passed as exploded folders on the classpath and are grouped explicitly.classThis locator finds mods and game libraries that are passed as jar files on the classpath.classSupport loading mods located in JAR files in the mods folderfinal record"Locates" mods from a fixed set of paths. -
Uses of IModFileCandidateLocator in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as IModFileCandidateLocatorModifier and TypeFieldDescriptionprivate final @Nullable IModFileCandidateLocatorModFileDiscoveryAttributes.locatorThe field for thelocatorrecord component.Methods in net.neoforged.neoforgespi.locating that return IModFileCandidateLocatorModifier and TypeMethodDescriptionstatic IModFileCandidateLocatorCreates an IModFileCandidateLocator that searches for mod jar-files in the given filesystem location.@Nullable IModFileCandidateLocatorModFileDiscoveryAttributes.locator()Returns the value of thelocatorrecord component.Methods in net.neoforged.neoforgespi.locating with parameters of type IModFileCandidateLocatorModifier and TypeMethodDescriptionModFileDiscoveryAttributes.withLocator(IModFileCandidateLocator locator) Constructors in net.neoforged.neoforgespi.locating with parameters of type IModFileCandidateLocatorModifierConstructorDescriptionModFileDiscoveryAttributes(@Nullable IModFile parent, @Nullable IModFileReader reader, @Nullable IModFileCandidateLocator locator, @Nullable IDependencyLocator dependencyLocator) Creates an instance of aModFileDiscoveryAttributesrecord class.