public interface IInjectionPointContext
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.tree.AnnotationNode |
getAnnotation()
Get the parent annotation (eg.
|
IMixinContext |
getContext()
Get the mixin context for this injection
|
org.objectweb.asm.tree.MethodNode |
getMethod()
Get the injection handler method
|
IMixinContext getContext()
org.objectweb.asm.tree.MethodNode getMethod()
org.objectweb.asm.tree.AnnotationNode getAnnotation()