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

Method getChatHeight

Minecraft-Utils/1.8.9/src/Gui2ndChat.java:365–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363 }
364
365 public int getChatHeight() {
366 return ns.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused());
367 }
368
369 public float getChatScale() {
370 return MinecraftFactory.getClassProxyCallback().get2ndChatScale();

Callers 1

getLineCountMethod · 0.95

Calls 5

isChatOpenedMethod · 0.95
getClassProxyCallbackMethod · 0.95
dMethod · 0.45

Tested by

no test coverage detected