Class CommandHelpHandler.IndexHelpTopic<C>

    • Method Summary

      Modifier and Type Method Description
      @NonNull java.util.List<@NonNull CommandHelpHandler.VerboseHelpEntry<C>> getEntries()
      Get help entries
      boolean isEmpty()
      Check if the help topic is entry
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Check if the help topic is entry
        Returns:
        true if the topic is entry, else false