Interface ITabCompleterHelper
- All Known Subinterfaces:
ICommand
public interface ITabCompleterHelper
A simple tab completer helper for tab completion.
-
Method Summary
Modifier and TypeMethodDescriptionGets list of all player names.tabComplete(String arg, List<String> subCommands) Gets the tab complete for the argument.
-
Method Details
-
tabComplete
Gets the tab complete for the argument.- Parameters:
arg- The argument.subCommands- The sub commands.- Returns:
- The tab complete.
-
playerNames
Gets list of all player names.- Returns:
- The list of all player names.
-