public interface GameStoppedEvent extends GameStateEvent
GameState.GAME_STOPPED
event. Plugins shouldn't expect
to receive this event as all files and connections should be terminated.
Note: In the case that the JVM is terminated, this state may never be reached.
Modifier and Type | Method and Description |
---|---|
default GameState |
getState()
Gets the
GameState that this event represents. |
getCause, getContext, getSource
default GameState getState()
GameStateEvent
GameState
that this event represents.getState
in interface GameStateEvent