Package net.lewmc.essence.tabcompleter
Class TpTabCompleter
java.lang.Object
net.lewmc.essence.tabcompleter.TpTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
Tab completer for the /tp command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete
(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String alias, String[] args)
-
Constructor Details
-
TpTabCompleter
public TpTabCompleter()
-
-
Method Details