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