(Object resourceLocation, int width, int height)
| 1061 | } |
| 1062 | |
| 1063 | @Override |
| 1064 | public Object createDynamicImage(Object resourceLocation, int width, int height) { |
| 1065 | ctp dynamicImage = new ctp(width, height); |
| 1066 | getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage); |
| 1067 | return dynamicImage; |
| 1068 | } |
| 1069 | |
| 1070 | @Override |
| 1071 | public Object getTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected