Package org.spongepowered.asm.mixin.injection.invoke
Implementation of injectors which primarily mutate method invocations.
-
Class Summary Class Description InvokeInjector Base class for injectors which inject at method invokesModifyArgInjector A bytecode injector which allows a single argument of a chosen method call to be altered.ModifyArgsInjector A bytecode injector which allows a single argument of a chosen method call to be altered.ModifyConstantInjector A bytecode injector which allows a specific constant value to be identified and replaced with a callback.RedirectInjector A bytecode injector which allows a method call, field access or new object creation to be redirected to the annotated handler method.