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

Method getName

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

Source from the content-addressed store, hash-verified

482 }
483
484 public final String getName() {
485 return (nick == null) ? jid.getBare() : nick;
486 }
487
488 public final Jid getJid() {
489 return jid;

Callers 2

blockArrivedMethod · 0.95
addMessageMethod · 0.95

Calls 1

getBareMethod · 0.80

Tested by

no test coverage detected