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