Uses of Interface
net.neoforged.neoforgespi.transformation.SimpleTransformationContext
Packages that use SimpleTransformationContext
-
Uses of SimpleTransformationContext in net.neoforged.neoforge.coremods
Methods in net.neoforged.neoforge.coremods with parameters of type SimpleTransformationContextModifier and TypeMethodDescriptionvoidMethodRedirector.transform(org.objectweb.asm.tree.ClassNode classNode, SimpleTransformationContext context) voidReplaceFieldComparisonWithInstanceOf.transform(org.objectweb.asm.tree.MethodNode methodNode, SimpleTransformationContext context) voidReplaceFieldWithGetterAccess.transform(org.objectweb.asm.tree.ClassNode input, SimpleTransformationContext context) -
Uses of SimpleTransformationContext in net.neoforged.neoforgespi.transformation
Classes in net.neoforged.neoforgespi.transformation that implement SimpleTransformationContextModifier and TypeClassDescriptionstatic final classContext available when processing a classMethods in net.neoforged.neoforgespi.transformation with parameters of type SimpleTransformationContextModifier and TypeMethodDescriptionabstract voidSimpleClassProcessor.transform(org.objectweb.asm.tree.ClassNode input, SimpleTransformationContext context) Applies transformations to a targeted class.abstract voidSimpleFieldProcessor.transform(org.objectweb.asm.tree.FieldNode input, SimpleTransformationContext context) Applies transformations to a targeted field.abstract voidSimpleMethodProcessor.transform(org.objectweb.asm.tree.MethodNode input, SimpleTransformationContext context) Applies transformations to a targeted method.