public class ClientCommandHandler extends CommandHandler
| Modifier and Type | Field and Description | 
|---|---|
static ClientCommandHandler | 
instance  | 
java.lang.String[] | 
latestAutoComplete  | 
| Constructor and Description | 
|---|
ClientCommandHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
autoComplete(java.lang.String leftOfCursor)  | 
int | 
executeCommand(ICommandSender sender,
              java.lang.String message)  | 
protected MinecraftServer | 
getServer()  | 
getCommands, getPossibleCommands, getTabCompletions, registerCommand, tryExecutepublic static final ClientCommandHandler instance
public java.lang.String[] latestAutoComplete
public int executeCommand(ICommandSender sender, java.lang.String message)
executeCommand in interface ICommandManagerexecuteCommand in class CommandHandlerpublic void autoComplete(java.lang.String leftOfCursor)
protected MinecraftServer getServer()
getServer in class CommandHandler