MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / init

Method init

common/buildcraft/core/BCCore.java:79–88  ·  view source on GitHub ↗
(FMLInitializationEvent evt)

Source from the content-addressed store, hash-verified

77 }
78
79 @Mod.EventHandler
80 public static void init(FMLInitializationEvent evt) {
81 BCCoreProxy.getProxy().fmlInit();
82
83 BCCoreRecipes.init();
84 BCAchievements.init();
85
86 MarkerCache.registerCache(VolumeCache.INSTANCE);
87 MarkerCache.registerCache(PathCache.INSTANCE);
88 }
89
90 @Mod.EventHandler
91 public static void postInit(FMLPostInitializationEvent evt) {

Callers

nothing calls this directly

Calls 5

getProxyMethod · 0.95
initMethod · 0.95
initMethod · 0.95
registerCacheMethod · 0.95
fmlInitMethod · 0.45

Tested by

no test coverage detected