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

Method getTexture

Minecraft-Utils/1.12.2/src/Variables.java:1110–1113  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1108 }
1109
1110 @Override
1111 public Object getTexture(Object resourceLocation) {
1112 return getTextureManager().b((nf) resourceLocation);
1113 }
1114
1115 @Override
1116 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