MCPcopy Create free account
hub / github.com/e2wugui/zeze / StopBefore

Method StopBefore

ZezeJava/ZezexJava/server/src/Game/Buf/ModuleBuf.java:80–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 @Override
81 public void StopBefore() throws Exception {
82 logger.info("StopBefore {}", this.getFullName());
83 if (null != timerIdHot) {
84 timerIdHot.cancel(true);
85 timerIdHot = null;
86 }
87 Task.call(App.Zeze.newProcedure(() -> {
88 App.Zeze.getTimer().cancel(hotTimerId);
89 return 0;
90 }, "hotTimer"));
91 }
92
93 public final void Stop(App app) {
94 }

Callers 1

stopBeforeMethod · 0.95

Calls 5

callMethod · 0.95
getFullNameMethod · 0.65
cancelMethod · 0.65
newProcedureMethod · 0.45
getTimerMethod · 0.45

Tested by

no test coverage detected