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

Method run

src/main/java/Client/StatusSelect.java:108–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 public void run() {
109 int status=getSel().getImageIndex();
110 try {
111 if (sd.roster.isLoggedIn()) {
112 sd.roster.sendDirectPresence(status, to, null);
113 } else {
114 sd.roster.currentReconnect = 0;
115 sd.roster.sendPresence(status, null);
116 }
117 } catch (Exception e) { }
118 }
119
120 public int getItemCount() { return statusList == null ? 0 : statusList.size(); }
121

Callers

nothing calls this directly

Calls 5

getSelMethod · 0.95
isLoggedInMethod · 0.80
sendDirectPresenceMethod · 0.80
sendPresenceMethod · 0.80
getImageIndexMethod · 0.45

Tested by

no test coverage detected