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

Method isMainJuickContact

src/main/java/Client/Roster.java:864–866  ·  view source on GitHub ↗
(Contact c)

Source from the content-addressed store, hash-verified

862 }
863
864 public boolean isMainJuickContact(Contact c) {
865 return c.jid.getBare().equals(JuickConfig.getJuickJID());
866 }
867
868 public void updateMainJuickContact() {
869 int size = juickContacts.size();

Callers 1

addJuickContactMethod · 0.95

Calls 3

getJuickJIDMethod · 0.95
getBareMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected