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
|
getSideapplyModContainer, description, getEventTypepublic LoaderState.ModState getModState()
FMLStateEventgetModState in class FMLStateEvent