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

Method getTipString

src/main/java/Account/AccountItem.java:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 public int getImageIndex(){ return account.active ? RosterIcons.ICON_PRESENCE_ONLINE : RosterIcons.ICON_PRESENCE_OFFLINE; }
29
30 public String getTipString() { return account.JID.toString(); }
31
32}

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected