Class RenameHomeCompleter
java.lang.Object
fr.fuzeblocks.homeplugin.completers.RenameHomeCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
The type Rename home completer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String label, @NotNull String[] args)
-
Constructor Details
-
RenameHomeCompleter
public RenameHomeCompleter()
-
-
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:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-