Allow for use of named suggestion providers in @Flag annotated command method parameters, add methods to FlagContext to work with flag values as optionals

This commit is contained in:
jmp 2020-11-01 13:38:08 -08:00 committed by Alexander Söderberg
parent 6d0301d9dd
commit fc1a613463
10 changed files with 104 additions and 30 deletions

View file

@ -253,7 +253,7 @@ public final class MinecraftExceptionHandler<C> {
*/
INVALID_SENDER,
/**
* The sender does not have permission to execute the command (@{@link NoPermissionException})
* The sender does not have permission to execute the command ({@link NoPermissionException})
*/
NO_PERMISSION,
/**