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