Class PlayerSuggestionProvider
java.lang.Object
de.kentoj.kencommandapi.suggestionprovider.PlayerSuggestionProvider
- All Implemented Interfaces:
de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<com.velocitypowered.api.command.CommandSource>
public class PlayerSuggestionProvider
extends Object
implements de.kentoj.kencommandapi.api.suggestion.SuggestionProvider<com.velocitypowered.api.command.CommandSource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsuggest(de.kentoj.kencommandapi.api.invocation.CommandContext<com.velocitypowered.api.command.CommandSource> context)
-
Constructor Details
-
PlayerSuggestionProvider
public PlayerSuggestionProvider()
-
-
Method Details
-
suggest
public CompletableFuture<Set<String>> suggest(de.kentoj.kencommandapi.api.invocation.CommandContext<com.velocitypowered.api.command.CommandSource> context) - Specified by:
suggestin interfacede.kentoj.kencommandapi.api.suggestion.SuggestionProvider<com.velocitypowered.api.command.CommandSource>
-