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

Method getTexture

Minecraft-Utils/1.8/src/Variables.java:1070–1073  ·  view source on GitHub ↗
(Object resourceLocation)

Source from the content-addressed store, hash-verified

1068 }
1069
1070 @Override
1071 public Object getTexture(Object resourceLocation) {
1072 return getTextureManager().b((oa) resourceLocation);
1073 }
1074
1075 @Override
1076 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