Interface StellarSuggestion
-
- All Implemented Interfaces:
public interface StellarSuggestion<C extends CommandSender>
Represents a functional interface used for command suggestions that return an CompletableFuture with an Iterable of Suggestion.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<Iterable<Suggestion>>
invoke(CommandContext<C> context, String input)
-
-
Method Detail
-
invoke
abstract CompletableFuture<Iterable<Suggestion>> invoke(CommandContext<C> context, String input)
-
-
-
-