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

Method init

common/buildcraft/lib/BCLib.java:61–75  ·  view source on GitHub ↗
(FMLInitializationEvent evt)

Source from the content-addressed store, hash-verified

59 }
60
61 @Mod.EventHandler
62 public static void init(FMLInitializationEvent evt) {
63 BCLibProxy.getProxy().fmlInit();
64
65 VanillaSchematics.fmlInit();
66 VanillaListHandlers.fmlInit();
67 VanillaPaintHandlers.fmlInit();
68 VanillaRotationHandlers.fmlInit();
69
70 ItemManager.fmlInit();
71
72 BCLibRecipes.fmlInit();
73
74 BCLibDatabase.fmlInit();
75 }
76
77 @Mod.EventHandler
78 public static void postInit(FMLPostInitializationEvent evt) {

Callers

nothing calls this directly

Calls 8

fmlInitMethod · 0.95
getProxyMethod · 0.95
fmlInitMethod · 0.95
fmlInitMethod · 0.95
fmlInitMethod · 0.95
fmlInitMethod · 0.95
fmlInitMethod · 0.95
fmlInitMethod · 0.95

Tested by

no test coverage detected