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

Method format

src/main/java/net/minecraft/client/resources/I18n.java:17–20  ·  view source on GitHub ↗

format(a, b) is equivalent to String.format(translate(a), b). Args: translationKey, params...

(String translateKey, Object... parameters)

Source from the content-addressed store, hash-verified

15 * format(a, b) is equivalent to String.format(translate(a), b). Args: translationKey, params...
16 */
17 public static String format(String translateKey, Object... parameters)
18 {
19 return i18nLocale.formatMessage(translateKey, parameters);
20 }
21
22 public static Map getLocaleProperties()
23 {

Callers 15

getMethod · 0.95
getOnMethod · 0.95
getOffMethod · 0.95
getFastMethod · 0.95
getFancyMethod · 0.95
getDefaultMethod · 0.95
checkGLErrorMethod · 0.95
initGuiMethod · 0.95
getButtonTextMethod · 0.95
initGuiMethod · 0.95
checkCompatibleMethod · 0.95
initGuiMethod · 0.95

Calls 1

formatMessageMethod · 0.80

Tested by

no test coverage detected