(int scroll)
| 121 | } |
| 122 | |
| 123 | @BytecodeAccess |
| 124 | public static void onChatMouseInput(int scroll) { |
| 125 | The5zigMod.getVars().get2ndChat().scroll(scroll); |
| 126 | } |
| 127 | |
| 128 | @BytecodeAccess |
| 129 | public static boolean onChatMouseClicked(int mouseX, int mouseY, int button) { |
nothing calls this directly
no test coverage detected