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

Method mainbar

src/main/java/Client/Group.java:93–102  ·  view source on GitHub ↗
(String mainbarStart)

Source from the content-addressed store, hash-verified

91 }
92
93 protected String mainbar(String mainbarStart) {
94 StringBuffer mb=new StringBuffer(mainbarStart)
95 .append(" (")
96 .append(getOnlines())
97 .append("/")
98 .append(getNContacts())
99 .append(")");
100
101 return mb.toString();
102 }
103
104 public String toString(){ return mainbar(name); }
105

Callers 1

toStringMethod · 0.95

Calls 4

getOnlinesMethod · 0.95
getNContactsMethod · 0.95
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected