(int mouseX, int mouseY)
| 258 | } |
| 259 | |
| 260 | @Override |
| 261 | public void drawComponentHover(int mouseX, int mouseY) { |
| 262 | eu chatComponent = getChatComponent(Mouse.getX(), Mouse.getY()); |
| 263 | if (chatComponent != null && chatComponent.b().i() != null) |
| 264 | ((axu) MinecraftFactory.getVars().getMinecraftScreen()).a(chatComponent, mouseX, mouseY); |
| 265 | } |
| 266 | |
| 267 | @Override |
| 268 | public boolean mouseClicked(int mouseX, int mouseY, int button) { |
nothing calls this directly
no test coverage detected