Class PhraseExecutableExecution
-
- All Implemented Interfaces:
@ApiStatus.Internal() public final class PhraseExecutableExecution<C extends CommandSender>
-
-
Constructor Summary
Constructors Constructor Description PhraseExecutableExecution(KClass<C> clazz, PhraseExecution<C> execution)
-
Method Summary
Modifier and Type Method Description final KClass<C>
getClazz()
final PhraseExecution<C>
getExecution()
final Unit
invoke(PhraseCommandContext<CommandSender> context)
-
-
Constructor Detail
-
PhraseExecutableExecution
PhraseExecutableExecution(KClass<C> clazz, PhraseExecution<C> execution)
-
-
Method Detail
-
getExecution
final PhraseExecution<C> getExecution()
-
invoke
final Unit invoke(PhraseCommandContext<CommandSender> context)
-
-
-
-