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

Method getChatHeight

Minecraft-Utils/1.10/src/Gui2ndChat.java:366–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 public int getChatHeight() {
367 return op.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused());
368 }
369
370 public float getChatScale() {
371 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