(Object resourceLocation, int width, int height)
| 1090 | } |
| 1091 | |
| 1092 | @Override |
| 1093 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
| 1094 | bvu dynamicImage = new bvu(width, height); |
| 1095 | getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage); |
| 1096 | return dynamicImage; |
| 1097 | } |
| 1098 | |
| 1099 | @Override |
| 1100 | public Object getTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected