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

    Constructors
    Modifier
    Constructor
    Description
    protected
    AdventureHelpTheme(@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, setOptionValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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)