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

Method bindTexture

Minecraft-Utils/1.12.2/src/Variables.java:1087–1094  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1085 }
1086
1087 @Override
1088 public void bindTexture(Object resourceLocation) {
1089 if (resourceLocation instanceof cdj) {
1090 bus.i(((cdj) resourceLocation).b());
1091 } else {
1092 getTextureManager().a((nf) resourceLocation);
1093 }
1094 }
1095
1096 @Override
1097 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