Class CommandHelp<S extends Source>

java.lang.Object
studio.mevera.imperat.command.tree.help.CommandHelp<S>

public final class CommandHelp<S extends Source> extends Object
  • Method Details

    • create

      public static <S extends Source> CommandHelp<S> create(ExecutionContext<S> context)
    • display

      public <C> void display(HelpQuery<S> query, HelpTheme<S,C> theme)
      Displays help using the provided query and theme.
      Parameters:
      query - the help query specifying what help to show
      theme - the theme controlling how help is displayed
    • getContext

      @NotNull public @NotNull ExecutionContext<S> getContext()
    • getCoordinator

      @NotNull public @NotNull HelpCoordinator<S> getCoordinator()