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