T - the type of the argumentspublic interface CommandInvocation<T>
Command.| Modifier and Type | Method and Description |
|---|---|
T |
arguments()
Returns the arguments after the command alias.
|
CommandSource |
source()
Returns the source to execute the command for.
|
CommandSource source()
T arguments()