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

Method bindTexture

Minecraft-Utils/1.13/src/Variables.java:1120–1127  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1118 }
1119
1120 @Override
1121 public void bindTexture(Object resourceLocation) {
1122 if (resourceLocation instanceof dcr) {
1123 ctp.i(((dcr) resourceLocation).c());
1124 } else {
1125 getTextureManager().a((pc) resourceLocation);
1126 }
1127 }
1128
1129 @Override
1130 public void deleteTexture(Object resourceLocation) {

Callers 1

renderTextureOverlayMethod · 0.95

Calls 3

getTextureManagerMethod · 0.95
cMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected