(int width, int height)
| 75 | } |
| 76 | |
| 77 | @Override |
| 78 | public void setResolution(int width, int height) { |
| 79 | a(((Variables) MinecraftFactory.getVars()).getMinecraft(), width, height); |
| 80 | } |
| 81 | |
| 82 | @Override |
| 83 | public void drawDefaultBackground() { |
nothing calls this directly
no test coverage detected