Class StartTabCompleter
java.lang.Object
fr.multimc.api.spigot.common.commands.completers.StartTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
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
-
StartTabCompleter
public StartTabCompleter()
-
-
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
-