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

Method func_180204_a

src/main/java/net/minecraft/stats/StatList.java:238–242  ·  view source on GitHub ↗
(Item p_180204_0_)

Source from the content-addressed store, hash-verified

236 }
237
238 private static String func_180204_a(Item p_180204_0_)
239 {
240 ResourceLocation resourcelocation = Item.itemRegistry.getNameForObject(p_180204_0_);
241 return resourcelocation != null ? resourcelocation.toString().replace(':', '.') : null;
242 }
243
244 /**
245 * Forces all dual blocks to count for each other on the stats list

Callers 4

initCraftableStatsMethod · 0.95
initMiningStatsMethod · 0.95
initStatsMethod · 0.95
initItemDepleteStatsMethod · 0.95

Calls 2

toStringMethod · 0.95
getNameForObjectMethod · 0.80

Tested by

no test coverage detected