(Object resourceLocation, int width, int height)
| 1101 | } |
| 1102 | |
| 1103 | @Override |
| 1104 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
| 1105 | cdg dynamicImage = new cdg(width, height); |
| 1106 | getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage); |
| 1107 | return dynamicImage; |
| 1108 | } |
| 1109 | |
| 1110 | @Override |
| 1111 | public Object getTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected