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

Method startModules

ZezeJava/ZezexJava/server/src/Game/App.java:272–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 }
271
272 public void startModules() throws Exception {
273 lock();
274 try {
275 Game_Map.Start(this);
276 Game_Rank.Start(this);
277 if (null != Zeze.getHotManager()) {
278 var definedOrder = new java.util.HashSet<String>();
279 Zeze.getHotManager().startModulesExcept(definedOrder);
280 }
281 } finally {
282 unlock();
283 }
284 }
285
286 @Override
287 public void startLastModules() throws Exception {

Callers 1

StartMethod · 0.95

Calls 5

startModulesExceptMethod · 0.80
lockMethod · 0.65
unlockMethod · 0.65
StartMethod · 0.45
getHotManagerMethod · 0.45

Tested by

no test coverage detected