(Object resourceLocation)
| 1045 | } |
| 1046 | |
| 1047 | @Override |
| 1048 | public void bindTexture(Object resourceLocation) { |
| 1049 | if (resourceLocation instanceof ctp) { |
| 1050 | cjm.i(((ctp)resourceLocation).b()); |
| 1051 | } else { |
| 1052 | getTextureManager().a((oa) resourceLocation); |
| 1053 | } |
| 1054 | } |
| 1055 | |
| 1056 | @Override |
| 1057 | public void deleteTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected