| Interface | Description |
|---|---|
| CommandActor |
Represents a command sender, responsible for performing a command-related
action.
|
| CommandFunction |
Represents a function that contains an executable command.
|
| CommandParameter |
Represents a parameter in a command.
|
| CommandPermission<A extends CommandActor> |
Represents a permission that is required in order to execute a
command.
|
| CommandPermission.Factory<A extends CommandActor> |
Represents a convenient way to register custom
CommandPermission
implementations. |
| ExecutableCommand<A extends CommandActor> |
Represents an immutable, full, separate command path that may be executed.
|
| Potential<A extends CommandActor> |
Represents the result obtained from attempting to parse an
ExecutableCommand
with some MutableStringStream input. |
| Enum | Description |
|---|---|
| PermissionConditionChecker |