Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startGame
Method · 0.95
Calls
1
isCurrentLocaleUnicode
Method · 0.80
Tested by
no test coverage detected