Class WrapMethodStage

java.lang.Object
com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage
Direct Known Subclasses:
WrapMethodStage.Vanilla, WrapMethodStage.Wrapper

public abstract class WrapMethodStage extends Object
  • Constructor Details

    • WrapMethodStage

      public WrapMethodStage()
  • Method Details

    • getVanillaMethod

      protected abstract org.objectweb.asm.tree.MethodNode getVanillaMethod()
    • apply

      public abstract org.objectweb.asm.tree.MethodNode apply(org.objectweb.asm.tree.ClassNode targetClass, LinkedHashSet<ShareInfo> gatheredShares)
    • move

      protected static org.objectweb.asm.tree.MethodNode move(org.objectweb.asm.tree.ClassNode targetClass, org.objectweb.asm.tree.MethodNode original)