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

Method PopUp

src/main/java/ui/controls/PopUp.java:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 private PopUp() {
85 popUps = new Vector();
86 font=FontCache.getFont(false, FontCache.baloon);
87 ri=RosterIcons.getInstance();
88 }
89 public static PopUp getInstance() {
90 if (instance == null)
91 instance = new PopUp();

Callers

nothing calls this directly

Calls 2

getFontMethod · 0.95
getInstanceMethod · 0.95

Tested by

no test coverage detected