Class CommandHelpHandler.MultiHelpTopic<C>

java.lang.Object
cloud.commandframework.CommandHelpHandler.MultiHelpTopic<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
CommandHelpHandler.HelpTopic<C>
Enclosing class:
CommandHelpHandler<C>

public static final class CommandHelpHandler.MultiHelpTopic<C> extends Object implements CommandHelpHandler.HelpTopic<C>
Help topic with multiple semi-verbose command descriptions
  • Method Details

    • getLongestPath

      public @NonNull String getLongestPath()
      Get the longest shared path
      Returns:
      Longest path
    • getChildSuggestions

      public @NonNull List<@NonNull String> getChildSuggestions()
      Get syntax hints for the node's children
      Returns:
      Child suggestions