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