-
- All Implemented Interfaces:
public interface ExecutionContext<S extends Object>The context for the execution of commands.
-
-
Method Summary
Modifier and Type Method Description abstract CommandContext<S>getContext()The Brigadier command context for this command. abstract SgetSource()The source that invoked the command being executed. -
-
Method Detail
-
getContext
abstract CommandContext<S> getContext()
The Brigadier command context for this command.
-
-
-
-