Class UOutpostTabComplete

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

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

    • UOutpostTabComplete

      public UOutpostTabComplete(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()