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

Method getTexture

Minecraft-Utils/1.8.9/src/Variables.java:1087–1090  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1085 }
1086
1087 @Override
1088 public Object getTexture(Object resourceLocation) {
1089 return getTextureManager().b((jy) resourceLocation);
1090 }
1091
1092 @Override
1093 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