Class MixinVersionImpl_v0_8
java.lang.Object
com.llamalad7.mixinextras.versions.MixinVersion
com.llamalad7.mixinextras.versions.MixinVersionImpl_v0_8
- Direct Known Subclasses:
MixinVersionImpl_v0_8_3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.objectweb.asm.tree.AnnotationNodegetAnnotation(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) org.spongepowered.asm.mixin.refmap.IMixinContextgetMixin(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) intgetOrder(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) makeInvalidInjectionException(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String message) org.spongepowered.asm.mixin.injection.modify.LocalVariableDiscriminator.ContextmakeLvtContext(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type returnType, boolean argsOnly, org.spongepowered.asm.mixin.injection.struct.Target target, org.objectweb.asm.tree.AbstractInsnNode node) voidpreInject(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) Methods inherited from class com.llamalad7.mixinextras.versions.MixinVersion
getInstance
-
Constructor Details
-
MixinVersionImpl_v0_8
public MixinVersionImpl_v0_8()
-
-
Method Details
-
makeInvalidInjectionException
public RuntimeException makeInvalidInjectionException(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, String message) - Specified by:
makeInvalidInjectionExceptionin classMixinVersion
-
getMixin
public org.spongepowered.asm.mixin.refmap.IMixinContext getMixin(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) - Specified by:
getMixinin classMixinVersion
-
makeLvtContext
public org.spongepowered.asm.mixin.injection.modify.LocalVariableDiscriminator.Context makeLvtContext(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type returnType, boolean argsOnly, org.spongepowered.asm.mixin.injection.struct.Target target, org.objectweb.asm.tree.AbstractInsnNode node) - Specified by:
makeLvtContextin classMixinVersion
-
preInject
public void preInject(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) - Specified by:
preInjectin classMixinVersion
-
getAnnotation
public org.objectweb.asm.tree.AnnotationNode getAnnotation(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) - Specified by:
getAnnotationin classMixinVersion
-
getOrder
public int getOrder(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info) - Specified by:
getOrderin classMixinVersion
-