Interface InjectorWrapperImpl.HandlerCallCallback

Enclosing class:
InjectorWrapperImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface InjectorWrapperImpl.HandlerCallCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFound(org.spongepowered.asm.mixin.injection.struct.Target target, org.spongepowered.asm.mixin.injection.struct.InjectionNodes.InjectionNode sourceNode, org.objectweb.asm.tree.MethodInsnNode call)
     
  • Method Details

    • onFound

      void onFound(org.spongepowered.asm.mixin.injection.struct.Target target, org.spongepowered.asm.mixin.injection.struct.InjectionNodes.InjectionNode sourceNode, org.objectweb.asm.tree.MethodInsnNode call)