Package nl.mtvehicles.core.commands
Class VehicleTabCompleterManager
java.lang.Object
nl.mtvehicles.core.commands.VehicleTabCompleterManager
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
Tab completer for /mtv command
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] strings)
-
Constructor Details
-
VehicleTabCompleterManager
public VehicleTabCompleterManager()
-
-
Method Details
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)- Specified by:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-