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

Method createDynamicImage

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

Source from the content-addressed store, hash-verified

1078 }
1079
1080 @Override
1081 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1082 blz dynamicImage = new blz(width, height);
1083 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1084 return dynamicImage;
1085 }
1086
1087 @Override
1088 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected