Class MainTabCompleter
java.lang.Object
com.zetaplugins.serverlinksz.commands.maincommand.MainTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFifthArgOptions(String[] args) getFirstArgOptions(org.bukkit.command.CommandSender sender, String[] args) getFourthArgOptions(String[] args) getSecondArgOptions(String[] args) getSixthArgOptions(String[] args) getThirdArgOptions(String[] args) onTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String alias, String[] args)
-
Constructor Details
-
MainTabCompleter
-
-
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 alias, String[] args) - Specified by:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-
getFirstArgOptions
-
getSecondArgOptions
-
getThirdArgOptions
-
getFourthArgOptions
-
getFifthArgOptions
-
getSixthArgOptions
-