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

Method toString

src/main/java/ServiceDiscovery/DiscoContact.java:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public String toString() { return (nick==null)?getJid().toString():nick; }
38
39 public String getTipString() { return getJid()+((nick==null)?"":"\n"+nick); }
40}

Callers

nothing calls this directly

Calls 1

getJidMethod · 0.45

Tested by

no test coverage detected