public interface ICommand
| 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.
|
java.lang.String keyword()
int execute(CommandInfo info)
info - the commandjava.lang.String help()
java.lang.String description()