Package cloud.commandframework
Class CommandHelpHandler.VerboseHelpEntry<C>
- java.lang.Object
-
- cloud.commandframework.CommandHelpHandler.VerboseHelpEntry<C>
-
- Enclosing class:
- CommandHelpHandler<C>
public static final class CommandHelpHandler.VerboseHelpEntry<C> extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description @NonNull Command<C>
getCommand()
Get the command@NonNull java.lang.String
getDescription()
Get the command description@NonNull java.lang.String
getSyntaxString()
Get the syntax string
-