Class StackExtension
java.lang.Object
com.llamalad7.mixinextras.injector.StackExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcapturedArgs(org.objectweb.asm.Type[] argTypes, int argCount) voidensureAtLeast(int size) voidextra(int size) voidreceiver(boolean isStatic)
-
Constructor Details
-
StackExtension
public StackExtension(org.spongepowered.asm.mixin.injection.struct.Target target)
-
-
Method Details
-
receiver
public void receiver(boolean isStatic) -
capturedArgs
public void capturedArgs(org.objectweb.asm.Type[] argTypes, int argCount) -
extra
public void extra(int size) -
ensureAtLeast
public void ensureAtLeast(int size)
-