Interface StellarRunnable
-
- All Implemented Interfaces:
public interface StellarRunnable<C extends CommandSender>
Represents a functional interface used for command executions.
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
invoke(CommandContext<C> context)
-
-
Method Detail
-
invoke
abstract Boolean invoke(CommandContext<C> context)
-
-
-
-