Class LangTabCompleter
java.lang.Object
fr.fuzeblocks.homeplugin.completers.LangTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
The type Lang tab completer.
-
Constructor Summary
ConstructorsConstructorDescriptionLangTabCompleter(org.bukkit.plugin.Plugin plugin) Instantiates a new Lang tab completer. -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String alias, @NotNull String[] args)
-
Constructor Details
-
LangTabCompleter
public LangTabCompleter(org.bukkit.plugin.Plugin plugin) Instantiates a new Lang tab completer.- Parameters:
plugin- the plugin
-
-
Method Details
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String alias, @NotNull @NotNull String[] args) - Specified by:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-