Interface ExecuteCommandEvent.Post
- All Superinterfaces:
Event
,ExecuteCommandEvent
- Enclosing interface:
ExecuteCommandEvent
Fired after the command is executed.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.event.command.ExecuteCommandEvent
ExecuteCommandEvent.Post, ExecuteCommandEvent.Pre
-
Method Summary
Methods inherited from interface org.spongepowered.api.event.command.ExecuteCommandEvent
arguments, command, commandCause, originalArguments, originalCommand
-
Method Details
-
result
CommandResult result()The result of the command.- Returns:
- The result
-