(FMLPostInitializationEvent evt)
| 75 | } |
| 76 | |
| 77 | @Mod.EventHandler |
| 78 | public static void postInit(FMLPostInitializationEvent evt) { |
| 79 | BCLibProxy.getProxy().fmlPostInit(); |
| 80 | BCMessageHandler.fmlPostInit(); |
| 81 | VanillaListHandlers.fmlPostInit(); |
| 82 | MarkerCache.postInit(); |
| 83 | } |
| 84 | |
| 85 | @Mod.EventHandler |
| 86 | public static void onServerStarted(FMLServerStartedEvent evt) { |
nothing calls this directly
no test coverage detected