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