T - the sender type@FunctionalInterface @NonnullByDefault public interface FunctionalCommandHandler<T extends CommandSender>
Command| Modifier and Type | Method and Description |
|---|---|
void |
handle(CommandContext<T> c)
Executes the handler using the given command context
|
void handle(CommandContext<T> c) throws CommandInterruptException
c - the command contextCommandInterruptExceptionCopyright © 2020. All rights reserved.