(Object resourceLocation)
| 1109 | } |
| 1110 | |
| 1111 | @Override |
| 1112 | public Object getTexture(Object resourceLocation) { |
| 1113 | return getTextureManager().b((nd) resourceLocation); |
| 1114 | } |
| 1115 | |
| 1116 | @Override |
| 1117 | public void fillDynamicImage(Object dynamicImage, BufferedImage image) { |
nothing calls this directly
no test coverage detected