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

Method stopModules

ZezeJava/ZezexJava/client/src/ClientGame/App.java:239–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 }
238
239 public void stopModules() throws Exception {
240 lock();
241 try {
242 if (ClientGame_Equip != null)
243 ClientGame_Equip.Stop(this);
244 if (ClientGame_Fight != null)
245 ClientGame_Fight.Stop(this);
246 if (ClientGame_Login != null)
247 ClientGame_Login.Stop(this);
248 if (ClientZezex_Linkd != null)
249 ClientZezex_Linkd.Stop(this);
250 if (Zeze_Builtin_LinkdBase != null)
251 Zeze_Builtin_LinkdBase.Stop(this);
252 if (Zeze_Builtin_Game_Bag != null)
253 Zeze_Builtin_Game_Bag.Stop(this);
254 if (Zeze_Builtin_Game_Online != null)
255 Zeze_Builtin_Game_Online.Stop(this);
256 } finally {
257 unlock();
258 }
259 }
260
261 public void stopBeforeModules() throws Exception {
262 lock();

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
unlockMethod · 0.65
StopMethod · 0.45

Tested by

no test coverage detected