(Object resourceLocation)
| 1097 | } |
| 1098 | |
| 1099 | @Override |
| 1100 | public Object getTexture(Object resourceLocation) { |
| 1101 | return getTextureManager().b((kn) resourceLocation); |
| 1102 | } |
| 1103 | |
| 1104 | @Override |
| 1105 | public void fillDynamicImage(Object dynamicImage, BufferedImage image) { |
nothing calls this directly
no test coverage detected