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