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

Method fillDynamicImage

Minecraft-Utils/1.8.9/src/Variables.java:1092–1096  ·  view source on GitHub ↗
(Object dynamicImage, BufferedImage image)

Source from the content-addressed store, hash-verified

1090 }
1091
1092 @Override
1093 public void fillDynamicImage(Object dynamicImage, BufferedImage image) {
1094 image.getRGB(0, 0, image.getWidth(), image.getHeight(), ((blz) dynamicImage).e(), 0, image.getWidth());
1095 ((blz) dynamicImage).d();
1096 }
1097
1098 @Override
1099 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