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

Method init

common/buildcraft/core/BCAchievements.java:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public static void init() {
51 // MinecraftForge.EVENT_BUS.register(mainPage);
52 }
53
54 private static Achievement register(AchievementPageManager page, String id, String unloc, int row, int column, Item item, Achievement parent) {
55 return register(page, id, unloc, row, column, item == null ? null : new ItemStack(item), parent);

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected