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

Method restoreStatus

src/main/java/Client/AutoStatus.java:154–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 }
153
154 private void restoreStatus() {
155 synchronized(this) {
156 ExtendedStatus status = StatusList.getInstance().getStatus(prevStatus);
157 sd.roster.sendPresence(prevStatus, status.getMessage());
158
159 isAwaySet = false;
160 isXaSet = false;
161 }
162 }
163}

Callers 3

resetMethod · 0.95
stopMethod · 0.95
appUnlockedMethod · 0.95

Calls 4

getInstanceMethod · 0.95
getMessageMethod · 0.95
sendPresenceMethod · 0.80
getStatusMethod · 0.45

Tested by

no test coverage detected