@EventHandler public void init(FMLInitializationEvent event) { proxy.init(); BUInit.init(); NetworkRegistry.INSTANCE.registerGuiHandler(this, new GuiHandler()); }
@EventHandler public void postInit(FMLPostInitializationEvent evt) { proxy.postInit(); BUInit.postInit(); }
@EventHandler public void preInit(FMLPreInitializationEvent event) { proxy.preInit(); Config.loadConfig(event); BUInit.preInit(); }