| Constructor and Description |
|---|
CDebug() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description()
Short description of the command.
|
int |
execute(CommandInfo info)
Execute the command with its parameters.
|
java.lang.String |
help()
Help to comprehend the command.
|
java.lang.String |
keyword()
The keyword to trigger this command.
|
public java.lang.String keyword()
ICommandpublic int execute(CommandInfo info)
ICommandpublic java.lang.String help()
ICommandpublic java.lang.String description()
ICommanddescription in interface ICommand