Class RelocateHomeCompleter

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

public class RelocateHomeCompleter extends Object implements org.bukkit.command.TabCompleter
The type Relocate home completer.
  • Constructor Details

    • RelocateHomeCompleter

      public RelocateHomeCompleter()
  • 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 label, @NotNull @NotNull String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter