()
| 363 | } |
| 364 | |
| 365 | public int getChatHeight() { |
| 366 | return ns.d(this.isChatOpened() ? MinecraftFactory.getClassProxyCallback().get2ndChatHeightFocused() : MinecraftFactory.getClassProxyCallback().get2ndChatHeightUnfocused()); |
| 367 | } |
| 368 | |
| 369 | public float getChatScale() { |
| 370 | return MinecraftFactory.getClassProxyCallback().get2ndChatScale(); |
no test coverage detected