()
| 348 | } |
| 349 | |
| 350 | public int getChatWidth() { |
| 351 | return xp.d(MinecraftFactory.getClassProxyCallback().get2ndChatWidth()); |
| 352 | } |
| 353 | |
| 354 | public int getChatHeight() { |
| 355 | return xp.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused()); |
no test coverage detected