Package cloud.commandframework
Class CommandHelpHandler.VerboseHelpTopic<C>
- java.lang.Object
-
- cloud.commandframework.CommandHelpHandler.VerboseHelpTopic<C>
-
- Type Parameters:
C- Command sender type
- All Implemented Interfaces:
CommandHelpHandler.HelpTopic<C>
- Enclosing class:
- CommandHelpHandler<C>
public static final class CommandHelpHandler.VerboseHelpTopic<C> extends java.lang.Object implements CommandHelpHandler.HelpTopic<C>
Verbose information about a specificCommand
-
-
Method Summary
Modifier and Type Method Description @NonNull Command<C>getCommand()Get the command@NonNull java.lang.StringgetDescription()Get the command description
-