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

Method getTeam

src/Graphwar/Player.java:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public int getTeam()
101 {
102 return this.team;
103 }
104
105 public void startSoldier(int soldierNum, int x, int y)
106 {

Callers 9

drawSoldiersMethod · 0.95
checkGameFinishedMethod · 0.95
evaluateFunctionMethod · 0.45
isTerrainReversedMethod · 0.45
isFunctionReversedMethod · 0.45
switchSideMethod · 0.45
processFunctionMethod · 0.45
updatePlayerButtonsMethod · 0.45
rearrangePlayersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected