Package net.neoforged.fml.jarmoduleinfo
package net.neoforged.fml.jarmoduleinfo
-
ClassDescription
JarModuleInfoimplementation for a non-modular jar, turning it into an automatic module.Describes the modular properties of a Jar file, with direct access to the module name and version, as well as the ability to create a module descriptor for a givenJarContents, which may involve scanning the Jar file for packages.Utilities for creatingModuleDescriptorfromJarContents.JarModuleInfoimplementation for a modular jar.Holder class for name and version of a module, used inJarModuleInfocomputations.