Package | Description |
---|---|
net.minecraftforge.fml.common | |
net.minecraftforge.fml.common.event |
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends FMLStateEvent> |
LoaderState.eventClass |
Modifier and Type | Method and Description |
---|---|
FMLStateEvent |
LoaderState.getEvent(java.lang.Object... eventData) |
Constructor and Description |
---|
LoaderState(java.lang.String name,
java.lang.Class<? extends FMLStateEvent> event) |
Modifier and Type | Class and Description |
---|---|
class |
FMLConstructionEvent
An internal FML event used to signal the construction of mods.
|
class |
FMLInitializationEvent
Called after
FMLPreInitializationEvent and before FMLPostInitializationEvent during mod
startup. |
class |
FMLLoadCompleteEvent
This is a mostly internal event fired to mod containers that indicates that loading is complete.
|
class |
FMLPostInitializationEvent
Called after
FMLInitializationEvent has been dispatched on every mod. |
class |
FMLPreInitializationEvent
Called before
FMLInitializationEvent during mod startup. |
class |
FMLServerAboutToStartEvent
Called before the server begins loading anything.
|
class |
FMLServerStartedEvent
Called after
FMLServerStartingEvent when the server is available and ready to play. |
class |
FMLServerStartingEvent
Called after
FMLServerAboutToStartEvent and before FMLServerStartedEvent . |
class |
FMLServerStoppedEvent
Called after
FMLServerStoppingEvent when the server has completely shut down. |
class |
FMLServerStoppingEvent
Called when the server begins an orderly shutdown, before
FMLServerStoppedEvent . |