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

Method reset

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

Source from the content-addressed store, hash-verified

77 }
78
79 public void reset() {
80 if (isAwaySet) {
81 restoreStatus();
82 }
83
84 long delay = Config.autoAwayDelay * 60 * 1000L;
85
86 timeAwayEvent = delay + System.currentTimeMillis();
87 timeXaEvent = (delay * 2) + System.currentTimeMillis();
88 }
89
90 public void stop() {
91 if (timer != null) {

Callers 2

startMethod · 0.95
userActivityMethod · 0.95

Calls 1

restoreStatusMethod · 0.95

Tested by

no test coverage detected