public abstract class FMLStateEvent extends FMLEvent
| Constructor and Description | 
|---|
FMLStateEvent(java.lang.Object... data)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract LoaderState.ModState | 
getModState()
The current state of the mod 
 | 
Side | 
getSide()
The side we're loading on. 
 | 
applyModContainer, description, getEventTypepublic abstract LoaderState.ModState getModState()
public Side getSide()
Side.CLIENT means we're loading in the client, Side.SERVER means
 we're loading in the dedicated server.