Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catabriga/graphwar
/ updatePlayer
Method
updatePlayer
src/Graphwar/PlayerBoard.java:348–352 ·
view source on GitHub ↗
(Player player)
Source
from the content-addressed store, hash-verified
346
}
347
348
public
void
updatePlayer(Player player)
349
{
350
updatePlayerButtons(player);
351
rearrangePlayers();
// This will update the team
352
}
353
354
public
void
addPlayer(Player player)
355
{
Callers
3
addSoldierMessage
Method · 0.45
removeSoldierMessage
Method · 0.45
setSideMessage
Method · 0.45
Calls
2
updatePlayerButtons
Method · 0.95
rearrangePlayers
Method · 0.95
Tested by
no test coverage detected