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