MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / init

Method init

src/main/java/net/minecraft/stats/StatList.java:125–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 public static final StatBase[] objectBreakStats = new StatBase[32000];
124
125 public static void init()
126 {
127 initMiningStats();
128 initStats();
129 initItemDepleteStats();
130 initCraftableStats();
131 AchievementList.init();
132 EntityList.func_151514_a();
133 }
134
135 /**
136 * Initializes statistics related to craftable items. Is only called after both block and item stats have been

Callers 3

registerMethod · 0.95
loadAllWorldsMethod · 0.45
loadAllWorldsMethod · 0.45

Calls 6

initMiningStatsMethod · 0.95
initStatsMethod · 0.95
initItemDepleteStatsMethod · 0.95
initCraftableStatsMethod · 0.95
initMethod · 0.95
func_151514_aMethod · 0.95

Tested by

no test coverage detected