Class AdminVoteTabCompleter

java.lang.Object
com.bencodez.votingplugin.commands.tabcompleter.AdminVoteTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class AdminVoteTabCompleter extends Object implements org.bukkit.command.TabCompleter
The Class AdminVoteTabCompleter.
  • Constructor Details

    • AdminVoteTabCompleter

      public AdminVoteTabCompleter()
  • Method Details

    • onTabComplete

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