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