Class StargateTabCompleter

java.lang.Object
org.sgrewritten.stargate.command.StargateTabCompleter
All Implemented Interfaces:
org.bukkit.command.TabCompleter

public class StargateTabCompleter extends Object implements org.bukkit.command.TabCompleter
This is the tab completer for the /stargate (/sg) command
  • Constructor Details

    • StargateTabCompleter

      public StargateTabCompleter(@NotNull @NotNull StoredPropertiesAPI properties)
  • 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 interface org.bukkit.command.TabCompleter