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