MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / drawPopUp

Method drawPopUp

src/main/java/ui/VirtualList.java:637–639  ·  view source on GitHub ↗
(final Graphics g)

Source from the content-addressed store, hash-verified

635 }
636
637 protected void drawPopUp(final Graphics g) {
638 PopUp.getInstance().paintCustom(g);
639 }
640
641 private void setAbsClip(final Graphics g, int w, int h) {
642 setAbsOrg(g, 0, 0);

Callers 1

paintMethod · 0.95

Calls 2

getInstanceMethod · 0.95
paintCustomMethod · 0.80

Tested by

no test coverage detected