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

Method bindTexture

Minecraft-Utils/1.8.9/src/Variables.java:1064–1071  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1062 }
1063
1064 @Override
1065 public void bindTexture(Object resourceLocation) {
1066 if (resourceLocation instanceof blz) {
1067 bfl.i(((blz)resourceLocation).b());
1068 } else {
1069 getTextureManager().a((jy) resourceLocation);
1070 }
1071 }
1072
1073 @Override
1074 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