MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getLanguages

Method getLanguages

The 5zig Mod/src/eu/the5zig/mod/I18n.java:130–132  ·  view source on GitHub ↗

Returns an unmodifiable List containing all loaded Locales. @return All loaded Locales.

()

Source from the content-addressed store, hash-verified

128 * @return All loaded Locales.
129 */
130 public static List<Locale> getLanguages() {
131 return Collections.unmodifiableList(languages);
132 }
133
134 /**
135 * Translates a key with current Resource Bundle.

Callers 2

initGuiMethod · 0.95
tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected