Package studio.mevera.imperat.adventure
Class AdventureHelpComponent<S extends studio.mevera.imperat.context.Source>
java.lang.Object
studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component>
studio.mevera.imperat.adventure.AdventureHelpComponent<S>
public class AdventureHelpComponent<S extends studio.mevera.imperat.context.Source>
extends studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component>
-
Field Summary
Fields inherited from class studio.mevera.imperat.command.tree.help.theme.HelpComponent
componentValue -
Constructor Summary
ConstructorsConstructorDescriptionAdventureHelpComponent(@NotNull net.kyori.adventure.text.Component componentValue, BiConsumer<S, net.kyori.adventure.text.Component> sendMessageToSourceFunc) -
Method Summary
Modifier and TypeMethodDescription@NotNull studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> append(net.kyori.adventure.text.Component other) studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> appendText(String text) @NotNull studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> repeat(int times) voidMethods inherited from class studio.mevera.imperat.command.tree.help.theme.HelpComponent
append, appendParameterFormat, appendText, plainText
-
Constructor Details
-
AdventureHelpComponent
public AdventureHelpComponent(@NotNull @NotNull net.kyori.adventure.text.Component componentValue, BiConsumer<S, net.kyori.adventure.text.Component> sendMessageToSourceFunc)
-
-
Method Details
-
send
- Specified by:
sendin classstudio.mevera.imperat.command.tree.help.theme.HelpComponent<S extends studio.mevera.imperat.context.Source,net.kyori.adventure.text.Component>
-
append
@NotNull public @NotNull studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> append(net.kyori.adventure.text.Component other) - Specified by:
appendin classstudio.mevera.imperat.command.tree.help.theme.HelpComponent<S extends studio.mevera.imperat.context.Source,net.kyori.adventure.text.Component>
-
appendText
public studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> appendText(String text) - Specified by:
appendTextin classstudio.mevera.imperat.command.tree.help.theme.HelpComponent<S extends studio.mevera.imperat.context.Source,net.kyori.adventure.text.Component>
-
repeat
@NotNull public @NotNull studio.mevera.imperat.command.tree.help.theme.HelpComponent<S,net.kyori.adventure.text.Component> repeat(int times) - Specified by:
repeatin classstudio.mevera.imperat.command.tree.help.theme.HelpComponent<S extends studio.mevera.imperat.context.Source,net.kyori.adventure.text.Component>
-