MCPcopy 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

destroyViewMethod · 0.45
makeRosterOfflineMethod · 0.45
quitMethod · 0.45

Calls 2

restoreStatusMethod · 0.95
cancelMethod · 0.45

Tested by

no test coverage detected