Uses of Class
net.neoforged.fml.classloading.transformation.ClassProcessorAuditLog
Packages that use ClassProcessorAuditLog
-
Uses of ClassProcessorAuditLog in net.neoforged.fml.classloading.transformation
Fields in net.neoforged.fml.classloading.transformation declared as ClassProcessorAuditLogModifier and TypeFieldDescriptionprivate final ClassProcessorAuditLogClassTransformer.auditTrailConstructors in net.neoforged.fml.classloading.transformation with parameters of type ClassProcessorAuditLogModifierConstructorDescriptionClassTransformer(ClassProcessorSet processors, ClassProcessorAuditLog auditTrail) TransformingClassLoader(ClassProcessorSet classProcessorSet, ClassProcessorAuditLog auditTrail, Configuration configuration, List<ModuleLayer> parentLayers, ClassLoader parentClassLoader) -
Uses of ClassProcessorAuditLog in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading declared as ClassProcessorAuditLogModifier and TypeFieldDescriptionprivate final ClassProcessorAuditLogFMLLoader.classTransformerAuditLogMethods in net.neoforged.fml.loading with parameters of type ClassProcessorAuditLogModifier and TypeMethodDescriptionprivate TransformingClassLoaderFMLLoader.buildTransformingLoader(ClassProcessorSet classProcessorSet, ClassProcessorAuditLog auditTrail, List<JarContentsModule> content)