Class PhraseExecutableSuggestion
-
- All Implemented Interfaces:
@ApiStatus.Internal() public final class PhraseExecutableSuggestion<C extends CommandSender>
-
-
Constructor Summary
Constructors Constructor Description PhraseExecutableSuggestion(KClass<C> clazz, SimplePhraseSuggestion<C> suggestion)
-
Method Summary
Modifier and Type Method Description final Iterable<Suggestion>
get(PhraseCommandContext<CommandSender> context)
-
-
Constructor Detail
-
PhraseExecutableSuggestion
PhraseExecutableSuggestion(KClass<C> clazz, SimplePhraseSuggestion<C> suggestion)
-
-
Method Detail
-
get
final Iterable<Suggestion> get(PhraseCommandContext<CommandSender> context)
-
-
-
-