If {@link #getReason()} is not null then provides the reason why theset of arguments are invalid; otherwise the arguments are valid.
Called after each of the {@link ActionArgumentEvent}s.
46474849505152
return args; } @Override public ActionInvocationEvent createInteractionEvent() { return new ActionInvocationEvent(unwrap(getTarget()), getIdentifier(), unwrap(getArgs())); }
45464748495051