Package org.spongepowered.asm.mixin.injection.invoke.arg
package org.spongepowered.asm.mixin.injection.invoke.arg
Support classes for
@ModifyArgs
which handle argument bundles
(Args).-
ClassDescriptionArgument bundle class used in
ModifyArgscallbacks.Class generator which creates subclasses ofArgsto be used by theModifyArgsinjector.Exception thrown when varargs array passed intoArgs.setAll(java.lang.Object...)is of a different length than the argsException thrown when attempting to set an argument (via)Argswhich is out of bounds