(Object resourceLocation)
| 1085 | } |
| 1086 | |
| 1087 | @Override |
| 1088 | public void bindTexture(Object resourceLocation) { |
| 1089 | if (resourceLocation instanceof cdj) { |
| 1090 | bus.i(((cdj) resourceLocation).b()); |
| 1091 | } else { |
| 1092 | getTextureManager().a((nf) resourceLocation); |
| 1093 | } |
| 1094 | } |
| 1095 | |
| 1096 | @Override |
| 1097 | public void deleteTexture(Object resourceLocation) { |
no test coverage detected