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

Method getPlayers

src/GraphServer/ClientConnection.java:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public List<Player> getPlayers()
53 {
54 return players;
55 }
56
57 public boolean isLeader()
58 {

Callers 10

sendAllInfoMessageMethod · 0.95
setTeamMethod · 0.95
removePlayerMethod · 0.95
addSoldierMethod · 0.95
removeSoldierMethod · 0.95
setEveryoneNotReadyMethod · 0.95
checkAllReadyMethod · 0.95
setReadyMethod · 0.45
checkPlayerMethod · 0.45
removeClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected