(Object resourceLocation)
| 1118 | } |
| 1119 | |
| 1120 | @Override |
| 1121 | public void bindTexture(Object resourceLocation) { |
| 1122 | if (resourceLocation instanceof dcr) { |
| 1123 | ctp.i(((dcr) resourceLocation).c()); |
| 1124 | } else { |
| 1125 | getTextureManager().a((pc) resourceLocation); |
| 1126 | } |
| 1127 | } |
| 1128 | |
| 1129 | @Override |
| 1130 | public void deleteTexture(Object resourceLocation) { |
no test coverage detected