Interface SimplePhraseSuggestion
-
- All Implemented Interfaces:
public interface SimplePhraseSuggestion<C extends CommandSender>
Represents a functional interface used when creating a WordArgument.
-
-
Method Summary
Modifier and Type Method Description abstract Iterable<Suggestion>
invoke(PhraseCommandContext<C> context)
-
-
Method Detail
-
invoke
abstract Iterable<Suggestion> invoke(PhraseCommandContext<C> context)
-
-
-
-