Package org.sgrewritten.stargate.command
Class StargateTabCompleter
java.lang.Object
org.sgrewritten.stargate.command.StargateTabCompleter
- All Implemented Interfaces:
org.bukkit.command.TabCompleter
This is the tab completer for the /stargate (/sg) command
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiononTabComplete
(@NotNull org.bukkit.command.CommandSender commandSender, @NotNull org.bukkit.command.Command command, @NotNull String s, @NotNull String[] args)
-
Constructor Details
-
StargateTabCompleter
-
-
Method Details
-
onTabComplete
@Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] args) - Specified by:
onTabComplete
in interfaceorg.bukkit.command.TabCompleter
-