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