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

Method localize

common/buildcraft/lib/misc/StringUtilBC.java:28–30  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

26 private StringUtilBC() {}
27
28 public static String localize(String key) {
29 return I18n.translateToLocal(key);
30 }
31
32 public static String localize(String key, Object... args) {
33 return String.format(localize(key), args);

Callers 15

getDescriptionMethod · 0.95
initGuiMethod · 0.95
drawForegroundLayerMethod · 0.95
onBlockActivatedMethod · 0.95
getDescriptionMethod · 0.95
getDescriptionMethod · 0.95
getDescriptionMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected