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

Method isUnicode

src/main/java/net/minecraft/client/Minecraft.java:778–781  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

776 }
777
778 public boolean isUnicode()
779 {
780 return this.mcLanguageManager.isCurrentLocaleUnicode() || this.gameSettings.forceUnicodeFont;
781 }
782
783 public void refreshResources()
784 {

Callers 1

startGameMethod · 0.95

Calls 1

Tested by

no test coverage detected