Class CommandHelpBuilder

java.lang.Object
me.deecaad.core.commands.CommandHelpBuilder

public class CommandHelpBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandHelpBuilder(@NotNull net.kyori.adventure.text.format.Style primaryStyle, @NotNull net.kyori.adventure.text.format.Style secondaryStyle)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(@NotNull dev.jorel.commandapi.CommandAPICommand command)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandHelpBuilder

      public CommandHelpBuilder(@NotNull @NotNull net.kyori.adventure.text.format.Style primaryStyle, @NotNull @NotNull net.kyori.adventure.text.format.Style secondaryStyle)
  • Method Details

    • register

      public void register(@NotNull @NotNull dev.jorel.commandapi.CommandAPICommand command)