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

Method showAlert

src/main/java/ui/VirtualList.java:149–152  ·  view source on GitHub ↗
(String contact, String txt)

Source from the content-addressed store, hash-verified

147 redraw();
148 }
149 public void showAlert(String contact, String txt) {
150 PopUp.getInstance().addPopup(PopUp.TYPE_ALERT, contact, txt);
151 redraw();
152 }
153
154 protected int getMainBarRGB() {return ColorTheme.getColor(ColorTheme.BAR_INK);}
155

Callers 1

processPresenceMethod · 0.80

Calls 3

getInstanceMethod · 0.95
redrawMethod · 0.95
addPopupMethod · 0.80

Tested by

no test coverage detected