Class IntLikeBehaviour
java.lang.Object
com.llamalad7.mixinextras.injector.IntLikeBehaviour
- Direct Known Subclasses:
IntLikeBehaviour.MatchArgType,IntLikeBehaviour.MatchReturnType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionprotected org.objectweb.asm.TypereplaceIntLike(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type desc, org.objectweb.asm.Type replacement) org.objectweb.asm.Typetransform(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler) protected abstract org.objectweb.asm.TypetransformImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler)
-
Method Details
-
transform
public org.objectweb.asm.Type transform(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler) -
transformImpl
protected abstract org.objectweb.asm.Type transformImpl(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type expected, org.objectweb.asm.Type handler) -
replaceIntLike
protected org.objectweb.asm.Type replaceIntLike(org.spongepowered.asm.mixin.injection.struct.InjectionInfo info, org.objectweb.asm.Type desc, org.objectweb.asm.Type replacement)
-