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

Method getChatWidth

Minecraft-Utils/1.10.2/src/Gui2ndChat.java:355–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 public int getChatWidth() {
356 return op.d(MinecraftFactory.getClassProxyCallback().get2ndChatWidth());
357 }
358
359 public int getChatHeight() {
360 return op.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