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

Method bindTexture

Minecraft-Utils/1.8/src/Variables.java:1047–1054  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

getTextureManagerMethod · 0.95
bMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected