Class TabCompleterTp

java.lang.Object
net.lewmc.essence.teleportation.tp.TabCompleterTp
All Implemented Interfaces:
org.bukkit.command.TabCompleter

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

    • TabCompleterTp

      public TabCompleterTp()
  • 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