public class FMLServerStoppedEvent extends FMLStateEvent
FMLServerStoppingEvent
when the server has completely shut down.
Called immediately before shutting down, on the dedicated server, and before returning
to the main menu on the client.for how to subscribe to this event
Constructor and Description |
---|
FMLServerStoppedEvent(java.lang.Object... data) |
Modifier and Type | Method and Description |
---|---|
LoaderState.ModState |
getModState()
The current state of the mod
|
getSide
applyModContainer, description, getEventType
public LoaderState.ModState getModState()
FMLStateEvent
getModState
in class FMLStateEvent