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