Class TabCompleters

java.lang.Object
dev.despical.tntrun.command.CommandCategory
dev.despical.tntrun.command.TabCompleters

public final class TabCompleters extends CommandCategory
  • Constructor Details

    • TabCompleters

      public TabCompleters()
  • Method Details

    • onTabCompletion

      @Completer(name="tntrun", aliases="tr", permission="tntrun.command.tabcompleter") public List<String> onTabCompletion(dev.despical.commandframework.CommandArguments arguments, dev.despical.commandframework.CompleterHelper helper)
    • debugTabCompleter

      @Debug @Completer(name="tntrun.debug", aliases="tr.debug", permission="tntrun.debug.tabcompleter") public List<String> debugTabCompleter(dev.despical.commandframework.CommandArguments arguments, dev.despical.commandframework.CompleterHelper helper)