Method
onLoad
(FMLInitializationEvent aEvent)
Source from the content-addressed store, hash-verified
| 67 | |
| 68 | @Mod.EventHandler public final void onPreLoad (FMLPreInitializationEvent aEvent) {onModPreInit(aEvent);} |
| 69 | @Mod.EventHandler public final void onLoad (FMLInitializationEvent aEvent) {onModInit(aEvent);} |
| 70 | @Mod.EventHandler public final void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);} |
| 71 | @Mod.EventHandler public final void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);} |
| 72 | @Mod.EventHandler public final void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);} |
Callers
nothing calls this directly
Tested by
no test coverage detected