()
| 412 | } |
| 413 | |
| 414 | public IGuiHandle getHandle() { |
| 415 | return handle; |
| 416 | } |
| 417 | |
| 418 | public void drawTexturedModalRect(int x, int y, int texX, int texY, int width, int height) { |
| 419 | handle.drawTexturedModalRect(x, y, texX, texY, width, height); |
no outgoing calls
no test coverage detected