(int x, int y, int texX, int texY, int width, int height)
| 90 | } |
| 91 | |
| 92 | @Override |
| 93 | public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) { |
| 94 | b(x, y, texX, texY, width, height); |
| 95 | } |
| 96 | |
| 97 | @Override |
| 98 | public void drawHoveringText(List<String> lines, int x, int y) { |