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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final @NotNull net.kyori.adventure.text.Component
     

    Methods inherited from class studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme

    createEmptyComponent, getFooter, getFooterContent, getHeader, getHeaderContent, getOptionValue, 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

    getUsageFormatter
  • Constructor Details

    • AdventureBasedHelpTheme

      public AdventureBasedHelpTheme()
  • Method Details

    • createEmptyContent

      @NotNull public final @NotNull net.kyori.adventure.text.Component createEmptyContent()
      Specified by:
      createEmptyContent in class studio.mevera.imperat.command.tree.help.theme.BaseHelpTheme<S extends AdventureCommandSource,net.kyori.adventure.text.Component>