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

Method toString

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

Source from the content-addressed store, hash-verified

22 }
23
24 public String toString() {
25 return account.JID.toString();
26 }
27
28 public int getImageIndex(){ return account.active ? RosterIcons.ICON_PRESENCE_ONLINE : RosterIcons.ICON_PRESENCE_OFFLINE; }
29

Callers 4

menuActionMethod · 0.45
AccountFormMethod · 0.45
showExtendedMethod · 0.45
getTipStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected