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

Method createDynamicImage

Minecraft-Utils/1.7.10/src/Variables.java:1061–1066  ·  view source on GitHub ↗
(Object resourceLocation, int width, int height)

Source from the content-addressed store, hash-verified

1059 }
1060
1061 @Override
1062 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1063 bpq dynamicImage = new bpq(width, height);
1064 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1065 return dynamicImage;
1066 }
1067
1068 @Override
1069 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected