Class TabCompleter

java.lang.Object
ru.cwcode.commands.TabCompleter

public abstract class TabCompleter extends Object
  • Constructor Details

    • TabCompleter

      public TabCompleter(Command command)
  • Method Details

    • setMaxCompletionsEntries

      public void setMaxCompletionsEntries(int maxLinesPerCompletions)
    • onTabComplete

      public List<String> onTabComplete(@NotNull @NotNull Sender sender, String[] args)