MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / bindTexture

Method bindTexture

Minecraft-Utils/1.7.10/src/Variables.java:1045–1052  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

getTextureManagerMethod · 0.95
bMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected