(int x, int y, int texX, int texY, int width, int height)
| 110 | } |
| 111 | |
| 112 | @Override |
| 113 | public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) { |
| 114 | b(x, y, texX, texY, width, height); |
| 115 | } |
| 116 | |
| 117 | @Override |
| 118 | public void drawHoveringText(List<String> lines, int x, int y) { |