(Object resourceLocation, int width, int height)
| 1078 | } |
| 1079 | |
| 1080 | @Override |
| 1081 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
| 1082 | blz dynamicImage = new blz(width, height); |
| 1083 | getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage); |
| 1084 | return dynamicImage; |
| 1085 | } |
| 1086 | |
| 1087 | @Override |
| 1088 | public Object getTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected