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

Method bindTexture

Minecraft-Utils/1.10/src/Variables.java:1076–1083  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1074 }
1075
1076 @Override
1077 public void bindTexture(Object resourceLocation) {
1078 if (resourceLocation instanceof bvu) {
1079 bob.i(((bvu)resourceLocation).b());
1080 } else {
1081 getTextureManager().a((kn) resourceLocation);
1082 }
1083 }
1084
1085 @Override
1086 public void deleteTexture(Object resourceLocation) {

Callers 1

renderTextureOverlayMethod · 0.95

Calls 3

getTextureManagerMethod · 0.95
bMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected