(FMLInitializationEvent aEvent)
| 30 | |
| 31 | public void onPreLoad (FMLPreInitializationEvent aEvent); |
| 32 | public void onLoad (FMLInitializationEvent aEvent); |
| 33 | public void onPostLoad (FMLPostInitializationEvent aEvent); |
| 34 | public void onServerStarting(FMLServerStartingEvent aEvent); |
| 35 | public void onServerStarted (FMLServerStartedEvent aEvent); |
no outgoing calls
no test coverage detected