()
| 354 | } |
| 355 | |
| 356 | public int getChatHeight() { |
| 357 | return rk.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused()); |
| 358 | } |
| 359 | |
| 360 | public float getChatScale() { |
| 361 | return MinecraftFactory.getClassProxyCallback().get2ndChatScale(); |
no test coverage detected