MCPcopy Create free account
hub / github.com/Card-Forge/forge / getPlayers

Method getPlayers

forge-game/src/main/java/forge/game/Game.java:400–402  ·  view source on GitHub ↗

Gets the players who are still fighting to win.

()

Source from the content-addressed store, hash-verified

398 * Gets the players who are still fighting to win.
399 */
400 public final PlayerCollection getPlayers() {
401 return ingamePlayers;
402 }
403
404 public final PlayerCollection getLostPlayers() {
405 return lostPlayers;

Callers 15

copyLastStateMethod · 0.95
setGameOverMethod · 0.95
getCardsInMethod · 0.95
getColoredCardsInPlayMethod · 0.95
forEachCardInGameMethod · 0.95
onPlayerLostMethod · 0.95
chooseCardsForAnteMethod · 0.95
getControlVoteMethod · 0.95
setTopLibsCastMethod · 0.95
canReplaceMethod · 0.95

Calls

no outgoing calls