Uses of Record Class
net.neoforged.fml.classloading.JarContentsModule
Packages that use JarContentsModule
-
Uses of JarContentsModule in net.neoforged.fml.classloading
Constructor parameters in net.neoforged.fml.classloading with type arguments of type JarContentsModule -
Uses of JarContentsModule in net.neoforged.fml.loading
Method parameters in net.neoforged.fml.loading with type arguments of type JarContentsModuleModifier and TypeMethodDescriptionprivate TransformingClassLoaderFMLLoader.buildTransformingLoader(ClassProcessorSet classProcessorSet, ClassProcessorAuditLog auditTrail, List<JarContentsModule> content) private static StringFMLLoader.getModuleNameList(Configuration cf, List<JarContentsModule> content) private voidFMLLoader.maskContentAlreadyOnClasspath(List<JarContentsModule> content) If any location being added is already on the classpath, we add a masking classloader to ensure that resources are not double-reported when using getResources/getResource.