(Object resourceLocation)
| 1043 | } |
| 1044 | |
| 1045 | @Override |
| 1046 | public void bindTexture(Object resourceLocation) { |
| 1047 | if (resourceLocation instanceof bpq) { |
| 1048 | GL11.glBindTexture(GL11.GL_TEXTURE_2D, (((bpq)resourceLocation).b())); |
| 1049 | } else { |
| 1050 | getTextureManager().a((bqx) resourceLocation); |
| 1051 | } |
| 1052 | } |
| 1053 | |
| 1054 | @Override |
| 1055 | public void deleteTexture(Object resourceLocation) { |
nothing calls this directly
no test coverage detected