Class UKothTabComplete

java.lang.Object
me.ulrich.koth.commands.UKothTabComplete
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class UKothTabComplete extends Object implements org.bukkit.command.TabCompleter
  • Constructor Details

    • UKothTabComplete

      public UKothTabComplete(Koth plugin)
  • Method Details

    • onTabComplete

      public List<String> onTabComplete(org.bukkit.command.CommandSender sender, org.bukkit.command.Command commands, String label, String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter
    • getPlugin

      public Koth getPlugin()