(FMLPostInitializationEvent aEvent)
| 271 | @Override public Abstract_Proxy getProxy() {return api_proxy;} |
| 272 | |
| 273 | @Mod.EventHandler public void onPostLoad (FMLPostInitializationEvent aEvent) {onModPostInit(aEvent);} |
| 274 | @Mod.EventHandler public void onServerStarting (FMLServerStartingEvent aEvent) {onModServerStarting(aEvent);} |
| 275 | @Mod.EventHandler public void onServerStarted (FMLServerStartedEvent aEvent) {onModServerStarted(aEvent);} |
| 276 | @Mod.EventHandler public void onServerStopping (FMLServerStoppingEvent aEvent) {onModServerStopping(aEvent);} |
nothing calls this directly
no test coverage detected