Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getPlayers
Method
getPlayers
forge-game/src/main/java/forge/game/GameView.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
public
FCollectionView<PlayerView> getPlayers() {
66
return
get(TrackableProperty.Players);
67
}
68
public
void
updatePlayers(
final
Game game) {
69
set(TrackableProperty.Players, PlayerView.getCollection(game.getPlayers()));
70
}
Callers
9
toString
Method · 0.95
drawOverlay
Method · 0.95
drawArcs
Method · 0.95
shouldShowNoActionsPrompt
Method · 0.95
showPromptMessage
Method · 0.95
testTrueNetworkTraffic
Method · 0.95
openView
Method · 0.95
updatePlayers
Method · 0.45
getDeck
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
2
showPromptMessage
Method · 0.76
testTrueNetworkTraffic
Method · 0.76