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 TypeClassDescriptionclassResponsible for handling mod files that are explicitly marked as mods or libraries via metadata files.classThis 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 IModFileReaderModFileDiscoveryAttributes.readerThe field for thereaderrecord component.Methods in net.neoforged.neoforgespi.locating that return IModFileReaderModifier and TypeMethodDescription@Nullable IModFileReaderModFileDiscoveryAttributes.reader()Returns the value of thereaderrecord 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 aModFileDiscoveryAttributesrecord class.