(Object resourceLocation, int width, int height)
| 1050 | } |
| 1051 | |
| 1052 | @Override |
| 1053 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
| 1054 | bux dynamicImage = new bux(width, height); |
| 1055 | getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage); |
| 1056 | return dynamicImage; |
| 1057 | } |
| 1058 | |
| 1059 | @Override |
| 1060 | public Object getTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected