(Object resourceLocation)
| 1057 | } |
| 1058 | |
| 1059 | @Override |
| 1060 | public Object getTexture(Object resourceLocation) { |
| 1061 | return getTextureManager().b((kk) resourceLocation); |
| 1062 | } |
| 1063 | |
| 1064 | @Override |
| 1065 | public void fillDynamicImage(Object dynamicImage, BufferedImage image) { |
nothing calls this directly
no test coverage detected