public class ClientCommandHandler extends CommandHandler
Modifier and Type | Field and Description |
---|---|
static ClientCommandHandler |
instance |
String[] |
latestAutoComplete |
Constructor and Description |
---|
ClientCommandHandler() |
Modifier and Type | Method and Description |
---|---|
void |
autoComplete(String leftOfCursor,
String full) |
int |
executeCommand(ICommandSender sender,
String message) |
getCommands, getPossibleCommands, getPossibleCommands, registerCommand
public static final ClientCommandHandler instance
public String[] latestAutoComplete
public int executeCommand(ICommandSender sender, String message)
executeCommand
in interface ICommandManager
executeCommand
in class CommandHandler