Class FactoryRedirectWrapperImpl
java.lang.Object
com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl
com.llamalad7.mixinextras.wrapper.factory.FactoryRedirectWrapperImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl
InjectorWrapperImpl.Factory, InjectorWrapperImpl.HandlerCallCallback -
Field Summary
Fields inherited from class com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl
classNode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFactoryRedirectWrapperImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo wrapper, org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.spongepowered.asm.mixin.injection.struct.InjectionInfoprotected org.objectweb.asm.tree.MethodNodeprotected voidMethods inherited from class com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl
addCallbackInvocation, doPostInject, getOrder, granularInjectNotSupported, inject, isValid, preInject, prepare, usesGranularInject
-
Constructor Details
-
FactoryRedirectWrapperImpl
protected FactoryRedirectWrapperImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo wrapper, org.spongepowered.asm.mixin.transformer.MixinTargetContext mixin, org.objectweb.asm.tree.MethodNode method, org.objectweb.asm.tree.AnnotationNode annotation)
-
-
Method Details
-
getDelegate
protected org.spongepowered.asm.mixin.injection.struct.InjectionInfo getDelegate()- Specified by:
getDelegatein classInjectorWrapperImpl
-
getHandler
protected org.objectweb.asm.tree.MethodNode getHandler()- Specified by:
getHandlerin classInjectorWrapperImpl
-
granularInject
- Overrides:
granularInjectin classInjectorWrapperImpl
-