Interface InjectorWrapperImpl.Factory

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.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.spongepowered.asm.mixin.injection.struct.InjectionInfo wrapper, org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation)
     
  • Method Details

    • create

      InjectorWrapperImpl create(org.spongepowered.asm.mixin.injection.struct.InjectionInfo wrapper, org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation)