Uses of Interface
net.neoforged.fml.jarmoduleinfo.JarModuleInfo
Packages that use JarModuleInfo
Package
Description
-
Uses of JarModuleInfo in net.neoforged.fml.jarmoduleinfo
Classes in net.neoforged.fml.jarmoduleinfo that implement JarModuleInfoModifier and TypeClassDescription(package private) classJarModuleInfoimplementation for a non-modular jar, turning it into an automatic module.(package private) classJarModuleInfoimplementation for a modular jar.Methods in net.neoforged.fml.jarmoduleinfo that return JarModuleInfoModifier and TypeMethodDescriptionstatic JarModuleInfoJarModuleInfo.from(JarContents jar) Builds the jar metadata for a jar following the normal rules for Java jars. -
Uses of JarModuleInfo in net.neoforged.fml.loading.moddiscovery
Classes in net.neoforged.fml.loading.moddiscovery that implement JarModuleInfoFields in net.neoforged.fml.loading.moddiscovery declared as JarModuleInfoConstructors in net.neoforged.fml.loading.moddiscovery with parameters of type JarModuleInfoModifierConstructorDescriptionModFile(JarContents contents, @Nullable JarModuleInfo metadata, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes discoveryAttributes) ModFile(JarContents contents, @Nullable JarModuleInfo metadata, ModFileInfoParser parser, ModFileDiscoveryAttributes attributes) -
Uses of JarModuleInfo in net.neoforged.neoforgespi.locating
Methods in net.neoforged.neoforgespi.locating with parameters of type JarModuleInfoModifier and TypeMethodDescriptionstatic IModFileIModFile.create(JarContents contents, JarModuleInfo metadata, ModFileInfoParser parser) Builds a new mod file instance depending on the current runtime.static IModFileIModFile.create(JarContents contents, JarModuleInfo metadata, ModFileInfoParser parser, IModFile.Type type, ModFileDiscoveryAttributes attributes) Builds a new mod file instance depending on the current runtime.