(Object resourceLocation)
| 1074 | } |
| 1075 | |
| 1076 | @Override |
| 1077 | public void deleteTexture(Object resourceLocation) { |
| 1078 | if (resourceLocation instanceof jy) { |
| 1079 | getTextureManager().c((jy) resourceLocation); |
| 1080 | } |
| 1081 | } |
| 1082 | |
| 1083 | @Override |
| 1084 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
nothing calls this directly
no test coverage detected