Class MainTabCompleter
java.lang.Object
org.strassburger.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) 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:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-
getFirstArgOptions
-
getSecondArgOptions
-
getThirdArgOptions
-
getFourthArgOptions
-
getFifthArgOptions
-