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

Method getTexture

Minecraft-Utils/1.10/src/Variables.java:1099–1102  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1097 }
1098
1099 @Override
1100 public Object getTexture(Object resourceLocation) {
1101 return getTextureManager().b((kn) resourceLocation);
1102 }
1103
1104 @Override
1105 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