Class PlayerSuggestionProvider

java.lang.Object
de.kentoj.kencommandapi.suggestionprovider.PlayerSuggestionProvider
All Implemented Interfaces:
de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<org.bukkit.command.CommandSender>

public class PlayerSuggestionProvider extends Object implements de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<org.bukkit.command.CommandSender>
  • Constructor Details

    • PlayerSuggestionProvider

      public PlayerSuggestionProvider()
  • Method Details

    • suggest

      public CompletableFuture<Set<String>> suggest(de.kentoj.kencommandapi.api.invocation.CommandContext<org.bukkit.command.CommandSender> context)
      Specified by:
      suggest in interface de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<org.bukkit.command.CommandSender>