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).-
Class SummaryClassDescriptionArgument bundle class used in
ModifyArgscallbacks.Class generator which creates subclasses ofArgsto be used by theModifyArgsinjector. -
Exception SummaryExceptionDescriptionException thrown when varargs array passed into
Args.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