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