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