Class WrapMethodStage
java.lang.Object
com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage
- Direct Known Subclasses:
WrapMethodStage.Vanilla,WrapMethodStage.Wrapper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.objectweb.asm.tree.MethodNodeapply(org.objectweb.asm.tree.ClassNode targetClass, LinkedHashSet<ShareInfo> gatheredShares) protected abstract org.objectweb.asm.tree.MethodNodeprotected static org.objectweb.asm.tree.MethodNodemove(org.objectweb.asm.tree.ClassNode targetClass, org.objectweb.asm.tree.MethodNode original)
-
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)
-