Class CommandCategory

java.lang.Object
dev.despical.kotl.commands.CommandCategory
Direct Known Subclasses:
AdminCommands, PlayerCommands

public abstract sealed class CommandCategory extends Object permits AdminCommands, PlayerCommands
  • Field Details

    • plugin

      protected static final KOTL plugin
    • arenaRegistry

      protected static final ArenaRegistry arenaRegistry
    • chatManager

      protected static final ChatManager chatManager
  • Constructor Details

    • CommandCategory

      public CommandCategory()