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

Method bindTexture

Minecraft-Utils/1.12/src/Variables.java:1088–1095  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

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