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

Method getOnlines

src/main/java/Client/Group.java:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 public int getOnlines() {
143 return onlines;
144 }
145
146 public int compare(IconTextElement right) {
147 if (type<((Group)right).type) return -1;

Callers 3

addToVectorMethod · 0.95
mainbarMethod · 0.95
cleanupGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected