Package studio.mevera.imperat.help
Class AdventureHelpTheme
java.lang.Object
studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<BukkitSource,net.kyori.adventure.text.Component>
studio.mevera.imperat.help.AdventureHelpTheme
- All Implemented Interfaces:
studio.mevera.imperat.command.tree.help.theme.HelpTheme<BukkitSource,net.kyori.adventure.text.Component>
public abstract class AdventureHelpTheme
extends studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<BukkitSource,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>, studio.mevera.imperat.command.tree.help.theme.HelpTheme.PresentationStyle -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAdventureHelpTheme(@NotNull studio.mevera.imperat.command.tree.help.theme.HelpTheme.PresentationStyle style, int indentMultiplier) -
Method Summary
Methods inherited from class studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme
createEmptyComponent, createEmptyContent, getBranch, getBranchContent, getEmptyIndent, getEmptyIndentContent, getFooter, getFooterContent, getHeader, getHeaderContent, getIndent, getIndentContent, getIndentMultiplier, getLastBranch, getLastBranchContent, getOptionValue, getPreferredStyle, 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
getTreeBranch, getTreeIndent, getUsageFormatter
-
Constructor Details
-
AdventureHelpTheme
protected AdventureHelpTheme(@NotNull @NotNull studio.mevera.imperat.command.tree.help.theme.HelpTheme.PresentationStyle style, int indentMultiplier)
-