Package io.github.mqzn.commands.help
Class CommandHelpStyle.Builder<S>
java.lang.Object
io.github.mqzn.commands.help.CommandHelpStyle.Builder<S>
- Enclosing interface:
- CommandHelpStyle<S>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
lineStyle
(net.kyori.adventure.text.format.Style lineStyle) syntaxStyle
(Function<CommandSyntax<S>, net.kyori.adventure.text.format.Style> syntaxStyleMapper)
-
Method Details
-
lineStyle
-
syntaxStyle
public CommandHelpStyle.Builder<S> syntaxStyle(Function<CommandSyntax<S>, net.kyori.adventure.text.format.Style> syntaxStyleMapper) -
header
public CommandHelpStyle.Builder<S> header(Function<String, net.kyori.adventure.text.TextComponent> header) -
build
-