public interface FunctionalTabHandler<T extends org.bukkit.command.CommandSender>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
handle(CommandContext<T> c)
Executes the tab completer using the given command context and returns the completions.
|
@Nullable List<String> handle(CommandContext<T> c) throws CommandInterruptException
c - the command contextList with the completionsCommandInterruptExceptionCopyright © 2022. All rights reserved.