(Object resourceLocation)
| 1094 | } |
| 1095 | |
| 1096 | @Override |
| 1097 | public void deleteTexture(Object resourceLocation) { |
| 1098 | if (resourceLocation instanceof nf) { |
| 1099 | getTextureManager().c((nf) resourceLocation); |
| 1100 | } |
| 1101 | } |
| 1102 | |
| 1103 | @Override |
| 1104 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
nothing calls this directly
no test coverage detected