(Object resourceLocation)
| 1068 | } |
| 1069 | |
| 1070 | @Override |
| 1071 | public Object getTexture(Object resourceLocation) { |
| 1072 | return getTextureManager().b((oa) resourceLocation); |
| 1073 | } |
| 1074 | |
| 1075 | @Override |
| 1076 | public void fillDynamicImage(Object dynamicImage, BufferedImage image) { |
nothing calls this directly
no test coverage detected