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

Method get

src/main/java/net/optifine/Lang.java:98–101  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

96 }
97
98 public static String get(String key)
99 {
100 return I18n.format(key, new Object[0]);
101 }
102
103 public static String get(String key, String def)
104 {

Callers 15

initGuiMethod · 0.95
drawSlotMethod · 0.95
getNameTextMethod · 0.95
getValueTextMethod · 0.95
getTooltipLinesMethod · 0.95
makeTooltipLinesMethod · 0.95
actionPerformedMethod · 0.95
initGuiMethod · 0.95
setOptionValueMethod · 0.95
getKeyBindingMethod · 0.95
setOptionFloatValueOFMethod · 0.95
setOptionValueOFMethod · 0.95

Calls 2

formatMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected