Uses of Record Class
net.neoforged.neoforgespi.transformation.ClassProcessor.AfterProcessingContext
Packages that use ClassProcessor.AfterProcessingContext
-
Uses of ClassProcessor.AfterProcessingContext in net.neoforged.fml.loading.mixin
Methods in net.neoforged.fml.loading.mixin with parameters of type ClassProcessor.AfterProcessingContextModifier and TypeMethodDescriptionvoidFMLMixinClassProcessor.afterProcessing(ClassProcessor.AfterProcessingContext context) -
Uses of ClassProcessor.AfterProcessingContext in net.neoforged.neoforgespi.transformation
Methods in net.neoforged.neoforgespi.transformation with parameters of type ClassProcessor.AfterProcessingContextModifier and TypeMethodDescriptionfinal voidBaseSimpleProcessor.afterProcessing(ClassProcessor.AfterProcessingContext context) After processing callbacks are an advanced operation not supported by simple processors.default voidClassProcessor.afterProcessing(ClassProcessor.AfterProcessingContext context) Where a class may be processed multiple times by the same processor (for example, if in addition to being loaded a later processor requests the state of the given class using aBytecodeProvider), an after-processing callback is guaranteed to run at most once per class, just before class load.