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