Class CommandHelpHandler.VerboseHelpEntry<C>

java.lang.Object
cloud.commandframework.CommandHelpHandler.VerboseHelpEntry<C>
Enclosing class:
CommandHelpHandler<C>

public static final class CommandHelpHandler.VerboseHelpEntry<C> extends Object
  • Method Details

    • getCommand

      public @NonNull Command<C> getCommand()
      Get the command
      Returns:
      Command
    • getSyntaxString

      public @NonNull String getSyntaxString()
      Get the syntax string
      Returns:
      Syntax string
    • getDescription

      public @NonNull String getDescription()
      Get the command description
      Returns:
      Command description