Interface RegistrableCommand.TabCompleteProvider

Enclosing class:
RegistrableCommand

public static interface RegistrableCommand.TabCompleteProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable List<String>
    provide(@NotNull org.bukkit.command.CommandSender sender, @NotNull String alias, @NotNull String[] args)
     
  • Method Details

    • provide

      @Nullable @Nullable List<String> provide(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull String[] args)