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

Method fillDynamicImage

Minecraft-Utils/1.10/src/Variables.java:1104–1108  ·  view source on GitHub ↗
(Object dynamicImage, BufferedImage image)

Source from the content-addressed store, hash-verified

1102 }
1103
1104 @Override
1105 public void fillDynamicImage(Object dynamicImage, BufferedImage image) {
1106 image.getRGB(0, 0, image.getWidth(), image.getHeight(), ((bvu) dynamicImage).e(), 0, image.getWidth());
1107 ((bvu) dynamicImage).d();
1108 }
1109
1110 @Override
1111 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