Class CommandHelpHandler.VerboseHelpEntry<C>

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

@API(status=STABLE) 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
    • 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