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

Method deleteJuickContact

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

Source from the content-addressed store, hash-verified

856 }
857
858 public void deleteJuickContact(Contact c) {
859 if (juickContacts.removeElement(c)) {
860 updateMainJuickContact();
861 }
862 }
863
864 public boolean isMainJuickContact(Contact c) {
865 return c.jid.getBare().equals(JuickConfig.getJuickJID());

Callers 1

updateContactMethod · 0.95

Calls 1

Tested by

no test coverage detected