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

Method createDynamicImage

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

Source from the content-addressed store, hash-verified

1101 }
1102
1103 @Override
1104 public Object createDynamicImage(Object resourceLocation, int width, int height) {
1105 cdg dynamicImage = new cdg(width, height);
1106 getTextureManager().a((ResourceLocation) resourceLocation, dynamicImage);
1107 return dynamicImage;
1108 }
1109
1110 @Override
1111 public Object getTexture(Object resourceLocation) {

Callers

nothing calls this directly

Calls 2

getTextureManagerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected