(int mouseX, int mouseY)
| 21 | } |
| 22 | |
| 23 | @Override |
| 24 | public void draw(int mouseX, int mouseY) { |
| 25 | super.draw(mouseX, mouseY); |
| 26 | if (isVisible()) { |
| 27 | MinecraftFactory.getVars().bindTexture(resourceLocation); |
| 28 | GLUtil.color(1, 1, 1, 1); |
| 29 | Gui.drawModalRectWithCustomSizedTexture(getX() + 2, getY() + 2, u, v, 16, 16, 128, 128); |
| 30 | } |
| 31 | } |
| 32 | } |
nothing calls this directly
no test coverage detected