Class MixinExtrasLateInjectionInfo
java.lang.Object
org.spongepowered.asm.mixin.struct.SpecialMethodInfo
org.spongepowered.asm.mixin.injection.struct.InjectionInfo
com.llamalad7.mixinextras.injector.MixinExtrasInjectionInfo
com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo
- All Implemented Interfaces:
LateApplyingInjectorInfo,org.spongepowered.asm.mixin.injection.code.ISliceContext,org.spongepowered.asm.mixin.injection.IInjectionPointContext
- Direct Known Subclasses:
WrapOperationInjectionInfo,WrapWithConditionInjectionInfo
public abstract class MixinExtrasLateInjectionInfo
extends MixinExtrasInjectionInfo
implements LateApplyingInjectorInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.spongepowered.asm.mixin.injection.struct.InjectionInfo
org.spongepowered.asm.mixin.injection.struct.InjectionInfo.AnnotationType, org.spongepowered.asm.mixin.injection.struct.InjectionInfo.HandlerPrefix -
Field Summary
Fields inherited from class org.spongepowered.asm.mixin.injection.struct.InjectionInfo
atKey, DEFAULT_PREFIX, group, injectionPoints, injector, isStatic, slices, targetCount, targetNodes, targetsFields inherited from class org.spongepowered.asm.mixin.struct.SpecialMethodInfo
annotation, annotationType, classNode, method, methodName, mixin -
Constructor Summary
ConstructorsConstructorDescriptionMixinExtrasLateInjectionInfo(org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation) MixinExtrasLateInjectionInfo(org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation, String atKey) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCallbackInvocation(org.objectweb.asm.tree.MethodNode handler) voidinject()voidvoidvoidvoidwrap(LateApplyingInjectorInfo outer) Methods inherited from class com.llamalad7.mixinextras.injector.MixinExtrasInjectionInfo
getSliceIdMethods inherited from class org.spongepowered.asm.mixin.injection.struct.InjectionInfo
addMethod, getDescription, getDynamicInfo, getInjectedCallbackCount, getInjectorAnnotation, getInjectorPrefix, getRegisteredAnnotations, getSlice, getTargets, isValid, notifyInjected, parse, parseInjectionPoints, parseInjector, parseRequirements, parseTargets, prepare, readAnnotation, readInjectionPoints, register, toStringMethods inherited from class org.spongepowered.asm.mixin.struct.SpecialMethodInfo
getAnnotation, getClassInfo, getClassNode, getContext, getMethod, getMethodNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.spongepowered.asm.mixin.injection.IInjectionPointContext
getAnnotation, getContext, getMethodMethods inherited from interface com.llamalad7.mixinextras.injector.LateApplyingInjectorInfo
getLateInjectionType, lateApply
-
Constructor Details
-
MixinExtrasLateInjectionInfo
public MixinExtrasLateInjectionInfo(org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation) -
MixinExtrasLateInjectionInfo
public MixinExtrasLateInjectionInfo(org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation, String atKey)
-
-
Method Details
-
inject
public void inject()- Overrides:
injectin classorg.spongepowered.asm.mixin.injection.struct.InjectionInfo
-
postInject
public void postInject()- Overrides:
postInjectin classorg.spongepowered.asm.mixin.injection.struct.InjectionInfo
-
addCallbackInvocation
public void addCallbackInvocation(org.objectweb.asm.tree.MethodNode handler) - Overrides:
addCallbackInvocationin classorg.spongepowered.asm.mixin.injection.struct.InjectionInfo
-
lateInject
public void lateInject()- Specified by:
lateInjectin interfaceLateApplyingInjectorInfo
-
latePostInject
public void latePostInject()- Specified by:
latePostInjectin interfaceLateApplyingInjectorInfo
-
wrap
- Specified by:
wrapin interfaceLateApplyingInjectorInfo
-