(Object resourceLocation)
| 1083 | } |
| 1084 | |
| 1085 | @Override |
| 1086 | public void deleteTexture(Object resourceLocation) { |
| 1087 | if (resourceLocation instanceof kn) { |
| 1088 | getTextureManager().c((kn) resourceLocation); |
| 1089 | } |
| 1090 | } |
| 1091 | |
| 1092 | @Override |
| 1093 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
nothing calls this directly
no test coverage detected