Method
onLoad
(FMLInitializationEvent aEvent)
Source from the content-addressed store, hash-verified
| 649 | |
| 650 | @Mod.EventHandler public void onPreLoad (FMLPreInitializationEvent aEvent) {onModPreInit(aEvent);} |
| 651 | @Mod.EventHandler public void onLoad (FMLInitializationEvent aEvent) {onModInit(aEvent);} |
| 652 | @Mod.EventHandler public void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);} |
| 653 | @Mod.EventHandler public void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);} |
| 654 | @Mod.EventHandler public void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);} |
Callers
nothing calls this directly
Tested by
no test coverage detected