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

Method fillDynamicImage

Minecraft-Utils/1.12.2/src/Variables.java:1115–1119  ·  view source on GitHub ↗
(Object dynamicImage, BufferedImage image)

Source from the content-addressed store, hash-verified

1113 }
1114
1115 @Override
1116 public void fillDynamicImage(Object dynamicImage, BufferedImage image) {
1117 image.getRGB(0, 0, image.getWidth(), image.getHeight(), ((cdg) dynamicImage).e(), 0, image.getWidth());
1118 ((cdg) dynamicImage).d();
1119 }
1120
1121 @Override
1122 public void renderPotionIcon(int index) {

Callers

nothing calls this directly

Calls 4

getWidthMethod · 0.65
getHeightMethod · 0.65
eMethod · 0.45
dMethod · 0.45

Tested by

no test coverage detected