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