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

Method bindResource

src/main/java/Client/Roster.java:1318–1321  ·  view source on GitHub ↗
(String myJid)

Source from the content-addressed store, hash-verified

1316 }
1317
1318 public void bindResource(String myJid) {
1319 Contact self = selfContact();
1320 self.jid = this.myJid = new Jid(myJid);
1321 }
1322
1323//#ifdef CLIENTS_ICONS
1324

Callers

nothing calls this directly

Calls 1

selfContactMethod · 0.95

Tested by

no test coverage detected