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

Method isAlive

src/Graphwar/Soldier.java:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public boolean isAlive()
90 {
91 return alive;
92 }
93
94 public void setAlive(boolean alive)
95 {

Callers 12

evaluateFunctionMethod · 0.80
drawSoldiersMethod · 0.80
drawPlayersNamesMethod · 0.80
checkGameFinishedMethod · 0.80
removePlayerMessageMethod · 0.80
finishGameMessageMethod · 0.80
getNextTurnSoldierMethod · 0.80
nextTurnMethod · 0.80
processFunctionRangeMethod · 0.80
processRK4RangeMethod · 0.80
processRK42RangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected