(Object resourceLocation)
| 1043 | } |
| 1044 | |
| 1045 | @Override |
| 1046 | public void deleteTexture(Object resourceLocation) { |
| 1047 | if (resourceLocation instanceof kk) { |
| 1048 | getTextureManager().c((kk) resourceLocation); |
| 1049 | } |
| 1050 | } |
| 1051 | |
| 1052 | @Override |
| 1053 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
nothing calls this directly
no test coverage detected