Class TpTabCompleter

java.lang.Object
net.lewmc.essence.tabcompleter.TpTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class TpTabCompleter extends Object implements org.bukkit.command.TabCompleter
Tab completer for the /tp command.
  • Constructor Details

    • TpTabCompleter

      public TpTabCompleter()
  • Method Details

    • onTabComplete

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