(int mouseX, int mouseY)
| 245 | } |
| 246 | |
| 247 | @Override |
| 248 | public void drawComponentHover(int mouseX, int mouseY) { |
| 249 | ho chatComponent = getChatComponent(Mouse.getX(), Mouse.getY()); |
| 250 | if (chatComponent != null && chatComponent.b().i() != null) |
| 251 | ((bxf) MinecraftFactory.getVars().getMinecraftScreen()).a(chatComponent, mouseX, mouseY); |
| 252 | } |
| 253 | |
| 254 | @Override |
| 255 | public boolean mouseClicked(int mouseX, int mouseY, int button) { |
nothing calls this directly
no test coverage detected