Class MainTabCompleter

java.lang.Object
org.strassburger.lifestealz.commands.MainCommand.MainTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class MainTabCompleter extends Object implements org.bukkit.command.TabCompleter
  • Constructor Details

    • MainTabCompleter

      public MainTabCompleter(LifeStealZ 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, String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter