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

Method getChatWidth

Minecraft-Utils/1.12.2/src/Gui2ndChat.java:352–354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

350 }
351
352 public int getChatWidth() {
353 return rk.d(MinecraftFactory.getClassProxyCallback().get2ndChatWidth());
354 }
355
356 public int getChatHeight() {
357 return rk.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused());

Callers 3

drawMethod · 0.95
setChatLineMethod · 0.95
getChatComponentMethod · 0.95

Calls 3

getClassProxyCallbackMethod · 0.95
get2ndChatWidthMethod · 0.65
dMethod · 0.45

Tested by

no test coverage detected