Package io.github.mqzn.commands.help
Interface CommandHelpProvider<S>
public interface CommandHelpProvider<S>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ItemPageTextDisplayer<S,
CommandSyntax<S>> syntaxDisplayer
(@NotNull CommandManager<?, S> manager, @NotNull Command<S> command, @NotNull CommandHelpStyle<S> provider)
-
Method Details
-
syntaxDisplayer
default ItemPageTextDisplayer<S,CommandSyntax<S>> syntaxDisplayer(@NotNull @NotNull CommandManager<?, S> manager, @NotNull @NotNull Command<S> command, @NotNull @NotNull CommandHelpStyle<S> provider)