(Object resourceLocation)
| 1052 | } |
| 1053 | |
| 1054 | @Override |
| 1055 | public void deleteTexture(Object resourceLocation) { |
| 1056 | if (resourceLocation instanceof bqx) { |
| 1057 | getTextureManager().c((bqx) resourceLocation); |
| 1058 | } |
| 1059 | } |
| 1060 | |
| 1061 | @Override |
| 1062 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
nothing calls this directly
no test coverage detected