MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getContact

Method getContact

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

Source from the content-addressed store, hash-verified

98 }
99
100 public String getContact() {
101 if(size()>0)
102 return ((PopUpElement) popUps.elementAt(0)).getContact();
103 return null;
104 }
105
106 public boolean goToMsgList() {
107 String c = getContact();

Callers 1

goToMsgListMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected