Package studio.mevera.imperat.adventure
Class AdventureBasedHelpTheme<S extends AdventureCommandSource>
java.lang.Object
studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<S,net.kyori.adventure.text.Component>
studio.mevera.imperat.adventure.AdventureBasedHelpTheme<S>
- All Implemented Interfaces:
studio.mevera.imperat.command.tree.help.theme.HelpTheme<S,net.kyori.adventure.text.Component>
public abstract class AdventureBasedHelpTheme<S extends AdventureCommandSource>
extends studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<S,net.kyori.adventure.text.Component>
-
Nested Class Summary
Nested classes/interfaces inherited from interface studio.mevera.imperat.command.tree.help.theme.HelpTheme
studio.mevera.imperat.command.tree.help.theme.HelpTheme.Option<T extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal @NotNull net.kyori.adventure.text.ComponentMethods inherited from class studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme
createEmptyComponent, getFooter, getFooterContent, getHeader, getHeaderContent, getOptionValue, setOptionValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.mevera.imperat.command.tree.help.theme.HelpTheme
getUsageFormatter
-
Constructor Details
-
AdventureBasedHelpTheme
public AdventureBasedHelpTheme()
-
-
Method Details
-
createEmptyContent
@NotNull public final @NotNull net.kyori.adventure.text.Component createEmptyContent()- Specified by:
createEmptyContentin classstudio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<S extends AdventureCommandSource,net.kyori.adventure.text.Component>
-