Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ stop
Method
stop
src/main/java/Client/AutoStatus.java:90–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
public
void
stop() {
91
if
(timer != null) {
92
timer.cancel();
93
timer = null;
94
if
(isAwaySet) {
95
restoreStatus();
96
}
97
}
98
}
99
100
public
boolean active() {
101
return
timer != null;
Callers
3
destroyView
Method · 0.45
makeRosterOffline
Method · 0.45
quit
Method · 0.45
Calls
2
restoreStatus
Method · 0.95
cancel
Method · 0.45
Tested by
no test coverage detected