Annotation Interface OptionalArg
Annotates a parameter to indicate it as optional. This is really a bit of a hack, used to
get a
Player
or null
instead of throwing.Player
or null
instead of throwing.