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

Method getChatWidth

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

Source from the content-addressed store, hash-verified

359 }
360
361 public int getChatWidth() {
362 return ns.d(MinecraftFactory.getClassProxyCallback().get2ndChatWidth());
363 }
364
365 public int getChatHeight() {
366 return ns.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