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

Method bindTexture

Minecraft-Utils/1.9/src/Variables.java:1036–1043  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1034 }
1035
1036 @Override
1037 public void bindTexture(Object resourceLocation) {
1038 if (resourceLocation instanceof bux) {
1039 bni.i(((bux)resourceLocation).b());
1040 } else {
1041 getTextureManager().a((kk) resourceLocation);
1042 }
1043 }
1044
1045 @Override
1046 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