MCPcopy Create free account
hub / github.com/catabriga/graphwar / restartPlayers

Method restartPlayers

src/Graphwar/PlayerBoard.java:425–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423 }
424
425 public void restartPlayers()
426 {
427 /*for(int i=0; i<numPlayers; i++)
428 {
429 this.remove(playersEntries[i]);
430 }*/
431
432 this.removeAll();
433 this.revalidate();
434
435 this.numPlayers = 0;
436 }
437
438}

Callers 1

restartScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected