Interface ExecuteCommandEvent.Post
-
- All Superinterfaces:
Event
,ExecuteCommandEvent
- Enclosing interface:
- ExecuteCommandEvent
public static interface ExecuteCommandEvent.Post extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandResult
result()
The result of the command.-
Methods inherited from interface org.spongepowered.api.event.command.ExecuteCommandEvent
arguments, command, commandCause, originalArguments, originalCommand
-
-
-
-
Method Detail
-
result
CommandResult result()
The result of the command.- Returns:
- The result
-
-