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