Class MainTabCompleter
java.lang.Object
com.zetaplugins.lifestealz.commands.MainCommand.MainTabCompleter
- All Implemented Interfaces:
TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String alias, String[] args)
-
Constructor Details
-
MainTabCompleter
-
-
Method Details
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String alias, String[] args) - Specified by:
onTabComplete
in interfaceTabCompleter
-