(int mouseX, int mouseY)
| 146 | } |
| 147 | |
| 148 | @BytecodeAccess |
| 149 | public static void onChatDrawScreen(int mouseX, int mouseY) { |
| 150 | The5zigMod.getVars().get2ndChat().drawComponentHover(mouseX, mouseY); |
| 151 | } |
| 152 | |
| 153 | @BytecodeAccess |
| 154 | public static void onClearChat() { |
nothing calls this directly
no test coverage detected