Uses of Interface
net.neoforged.neoforgespi.locating.IModFileReader
Packages that use IModFileReader
Package
Description
-
Uses of IModFileReader in net.neoforged.fml.loading.moddiscovery
Fields in net.neoforged.fml.loading.moddiscovery with type parameters of type IModFileReader -
Uses of IModFileReader in net.neoforged.fml.loading.moddiscovery.readers
Classes in net.neoforged.fml.loading.moddiscovery.readers that implement IModFileReaderModifier and TypeClassDescriptionclass
Responsible for handling mod files that are explicitly marked as mods or libraries via metadata files.class
This reader will essentially handle all files as plain Java libraries, but will only do so for candidates that are embedded in recognized mod files. -
Uses of IModFileReader in net.neoforged.neoforgespi.locating
Fields in net.neoforged.neoforgespi.locating declared as IModFileReaderModifier and TypeFieldDescriptionprivate final @Nullable IModFileReader
ModFileDiscoveryAttributes.reader
The field for thereader
record component.Methods in net.neoforged.neoforgespi.locating that return IModFileReaderModifier and TypeMethodDescription@Nullable IModFileReader
ModFileDiscoveryAttributes.reader()
Returns the value of thereader
record component.Methods in net.neoforged.neoforgespi.locating with parameters of type IModFileReaderConstructors in net.neoforged.neoforgespi.locating with parameters of type IModFileReaderModifierConstructorDescriptionModFileDiscoveryAttributes
(@Nullable IModFile parent, @Nullable IModFileReader reader, @Nullable IModFileCandidateLocator locator, @Nullable IDependencyLocator dependencyLocator) Creates an instance of aModFileDiscoveryAttributes
record class.