Class CommandDocumentation


  • public final class CommandDocumentation
    extends Object
    Holds the documentation for a specific command.
    • Method Detail

      • getShortDescription

        public String getShortDescription()
        Gets the short description of the command.
        Returns:
        the short description
      • getEntries

        public Map<String,​CommandDocumentationEntry> getEntries()
        Gets all entries corresponding to subsections of the command documentation.
        Returns:
        the documentation entries
      • isHidden

        public boolean isHidden()
        Gets whether the command should be hidden from the documentation front page.
        Returns:
        true if hidden, false otherwise