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