Uses of Record Class
net.neoforged.neoforgespi.transformation.ClassProcessor.LinkContext
Packages that use ClassProcessor.LinkContext
-
Uses of ClassProcessor.LinkContext in net.neoforged.fml.loading.mixin
Methods in net.neoforged.fml.loading.mixin with parameters of type ClassProcessor.LinkContextModifier and TypeMethodDescriptionvoidFMLMixinClassProcessor.link(ClassProcessor.LinkContext context) -
Uses of ClassProcessor.LinkContext in net.neoforged.neoforgespi.transformation
Methods in net.neoforged.neoforgespi.transformation with parameters of type ClassProcessor.LinkContextModifier and TypeMethodDescriptionfinal voidBaseSimpleProcessor.link(ClassProcessor.LinkContext context) Linking is an advanced operation and not supported by simple processors.default voidClassProcessor.link(ClassProcessor.LinkContext context) Called once after a set of class processors has been linked together with a bytecode source.