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

Method getGroupType

src/main/java/Client/Contact.java:631–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629 }
630
631 public int getGroupType() {
632 if (group == null) {
633 return 0;
634 }
635 return group.type;
636 }
637
638 public void setStatus(int status) {
639 setIncoming(0);

Callers 14

blockArrivedMethod · 0.95
blockArrivedMethod · 0.95
blockArrivedMethod · 0.95
RosterItemActionsMethod · 0.95
doActionMethod · 0.95
getNewMsgsCountMethod · 0.95
resolveNicknamesMethod · 0.95
cmdAddMethod · 0.95
cleanupSearchMethod · 0.80
messageStoreMethod · 0.80
deleteContactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected