Class LangTabCompleter

java.lang.Object
fr.fuzeblocks.homeplugin.completers.LangTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class LangTabCompleter extends Object implements org.bukkit.command.TabCompleter
The type Lang tab completer.
  • 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:
      onTabComplete in interface org.bukkit.command.TabCompleter