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

Method destroyZeze

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

Source from the content-addressed store, hash-verified

261 }
262
263 public void destroyZeze() {
264 lock();
265 try {
266 Zeze = null;
267 } finally {
268 unlock();
269 }
270 }
271
272 public void startModules() throws Exception {
273 lock();

Callers 1

StopMethod · 0.95

Calls 2

lockMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected