Package dev.oumaimaa.commands
Class AdsTabCompleter
java.lang.Object
dev.oumaimaa.commands.AdsTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
Provides tab completion for the /ads command based on current state and permissions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(@NotNull org.bukkit.command.CommandSender sender, @NotNull org.bukkit.command.Command command, @NotNull String label, @NotNull String @NotNull [] args)
-
Constructor Details
-
AdsTabCompleter
Constructs the TabCompleter.- Parameters:
plugin- The main plugin instance.
-
-
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 label, @NotNull @NotNull String @NotNull [] args) - Specified by:
onTabCompletein interfaceorg.bukkit.command.TabCompleter
-