Interface | Description |
---|---|
CommandService |
A command dispatcher watches for commands (such as those said in chat)
and dispatches them to the correct command handler.
|
Class | Description |
---|---|
SimpleCommandService |
A simple implementation of
CommandService . |