Package org.spongepowered.asm.mixin.injection.invoke


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