Class CommandHelpHandler.IndexHelpTopic<C>

java.lang.Object
cloud.commandframework.CommandHelpHandler.IndexHelpTopic<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.IndexHelpTopic<C> extends Object implements CommandHelpHandler.HelpTopic<C>
Index of available commands
  • Method Details

    • getEntries

      public @NonNull List<@NonNull CommandHelpHandler.VerboseHelpEntry<C>> getEntries()
      Get help entries
      Returns:
      Entries
    • isEmpty

      public boolean isEmpty()
      Check if the help topic is entry
      Returns:
      true if the topic is entry, else false
    • 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