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