T - the sender type@FunctionalInterface @NonnullByDefault public interface FunctionalCommandHandler<T extends org.bukkit.command.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 © 2022. All rights reserved.