All Classes
| Class | Description |
|---|---|
| Argument |
Represents an argument of a command.
|
| ArgumentTemplate |
Represents an expected parameter of a command
|
| Command |
Annotation used for discovering commands.
|
| CommandEvent |
Represents a command that is executed and allows to take actions in response.
|
| CommandFramework |
Main class of the command framework.
|
| ICommand |
Commands should implement this interface.
|
| MessageArgument |
An
Argument representing an argument of a text command |
| MessageCommandEvent |
A
CommandEvent representing an executed text command. |
| SlashArgument |
An
Argument representing an argument of a slash command |
| SlashCommandFrameworkEvent |
A
CommandEvent representing an executed slash command. |