Class OutpostTabComplete

java.lang.Object
me.ulrich.outpost.commands.OutpostTabComplete
All Implemented Interfaces:
org.bukkit.command.TabCompleter

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

    • OutpostTabComplete

      public OutpostTabComplete(Outpost 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 Outpost getPlugin()