()
| 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()); |
no test coverage detected