MCPcopy Create free account
hub / github.com/ViaVersion/ViaProxy / get

Method get

src/main/java/net/raphimc/viaproxy/ui/I18n.java:78–80  ·  view source on GitHub ↗
(final String key)

Source from the content-addressed store, hash-verified

76 }
77
78 public static String get(final String key) {
79 return getSpecific(currentLocale, key);
80 }
81
82 public static String get(final String key, String... args) {
83 return String.format(getSpecific(currentLocale, key), (Object[]) args);

Callers 15

showUpdateWarningMethod · 0.95
showUpdateQuestionMethod · 0.95
UITabMethod · 0.95
openURLMethod · 0.95
initMethod · 0.95
loadRealmsMethod · 0.95
addHeaderMethod · 0.95
addRealmsMethod · 0.95
initMethod · 0.95
addBodyMethod · 0.95

Calls 2

getSpecificMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected