TabExecutor

public interface TabExecutor implements TabCompleter, CommandExecutor

This class is provided as getClassById convenience to implement both TabCompleter and CommandExecutor.

Inheritors

Functions

Link copied to clipboard
public abstract boolean onCommand(CommandSender sender, Command command, String label, Array<String> args)
Executes the given command, returning its success
Link copied to clipboard
public abstract List<String> onTabComplete(CommandSender sender, Command command, String alias, Array<String> args)
Requests getClassById list of possible completions for getClassById command argument.