Class WrapMethodStage.Vanilla
java.lang.Object
com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage
com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage.Vanilla
- Enclosing class:
- WrapMethodStage
-
Nested Class Summary
Nested classes/interfaces inherited from class com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage
WrapMethodStage.Vanilla, WrapMethodStage.Wrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.tree.MethodNodeapply(org.objectweb.asm.tree.ClassNode targetClass, LinkedHashSet<ShareInfo> gatheredShares) protected org.objectweb.asm.tree.MethodNodeMethods inherited from class com.llamalad7.mixinextras.injector.wrapmethod.WrapMethodStage
move
-
Constructor Details
-
Vanilla
public Vanilla(org.objectweb.asm.tree.MethodNode original)
-
-
Method Details
-
getVanillaMethod
protected org.objectweb.asm.tree.MethodNode getVanillaMethod()- Specified by:
getVanillaMethodin classWrapMethodStage
-
apply
public org.objectweb.asm.tree.MethodNode apply(org.objectweb.asm.tree.ClassNode targetClass, LinkedHashSet<ShareInfo> gatheredShares) - Specified by:
applyin classWrapMethodStage
-