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