Class PaperTabCompleter
java.lang.Object
ru.cwcode.commands.TabCompleter
ru.cwcode.commands.paperplatform.paper.PaperTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] strings) Methods inherited from class ru.cwcode.commands.TabCompleter
onTabComplete, setMaxCompletionsEntries
-
Constructor Details
-
PaperTabCompleter
-
-
Method Details
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings) - Specified by:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-