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

Method getTexture

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

Source from the content-addressed store, hash-verified

1066 }
1067
1068 @Override
1069 public Object getTexture(Object resourceLocation) {
1070 return getTextureManager().b((bqx) resourceLocation);
1071 }
1072
1073 @Override
1074 public void fillDynamicImage(Object dynamicImage, BufferedImage image) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
bMethod · 0.45

Tested by

no test coverage detected