| Interface | Description |
|---|---|
| Help |
Contains useful interfaces for generating help commands
|
| Help.ChildrenCommands<A extends CommandActor> |
Contains all children commands of a certain
ExecutableCommand. |
| Help.CommandList<A extends CommandActor> |
Represents a generic list of
ExecutableCommands that can be
split into pages |
| Help.RelatedCommands<A extends CommandActor> |
Contains all children and sibling commands of a certain
ExecutableCommand. |
| Help.SiblingCommands<A extends CommandActor> |
Contains all sibling commands of a certain
ExecutableCommand. |