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>

@API(status=STABLE) public static final class CommandHelpHandler.VerboseHelpTopic<C> extends Object implements CommandHelpHandler.HelpTopic<C>
Verbose information about a specific Command
  • Method Details

    • getCommand

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

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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object