(int width, int height)
| 95 | } |
| 96 | |
| 97 | @Override |
| 98 | public void setResolution(int width, int height) { |
| 99 | a(((Variables) MinecraftFactory.getVars()).getMinecraft(), width, height); |
| 100 | } |
| 101 | |
| 102 | @Override |
| 103 | public void drawDefaultBackground() { |
nothing calls this directly
no test coverage detected