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

Method getTexture

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

Source from the content-addressed store, hash-verified

1057 }
1058
1059 @Override
1060 public Object getTexture(Object resourceLocation) {
1061 return getTextureManager().b((kk) resourceLocation);
1062 }
1063
1064 @Override
1065 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