(int mouseX, int mouseY, int button)
| 126 | } |
| 127 | |
| 128 | @BytecodeAccess |
| 129 | public static boolean onChatMouseClicked(int mouseX, int mouseY, int button) { |
| 130 | return The5zigMod.getRenderer().getChatSymbolsRenderer().mouseClicked(mouseX, mouseY) || The5zigMod.getVars().get2ndChat().mouseClicked(mouseX, mouseY, button); |
| 131 | } |
| 132 | |
| 133 | @BytecodeAccess |
| 134 | public static boolean onChatMouseClicked(double mouseX, double mouseY, int button) { |
nothing calls this directly
no test coverage detected