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

Method getRegisteredPlayers

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

Gets the players who participated in match (regardless of outcome). Use this in UI and after match calculations

()

Source from the content-addressed store, hash-verified

430 * <i>Use this in UI and after match calculations</i>
431 */
432 public final PlayerCollection getRegisteredPlayers() {
433 return allPlayers;
434 }
435
436 public final Untap getUntap() {
437 return untap;

Callers 15

setGameOverMethod · 0.95
onCleanupPhaseMethod · 0.95
playerHasPropertyMethod · 0.95
getThisTurnEnteredMethod · 0.95
calculateAmountMethod · 0.95
getDefinedPlayersMethod · 0.95
resolveMethod · 0.95
startGameMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45

Calls

no outgoing calls

Tested by 2

findMethod · 0.36
getCardsToSearchMethod · 0.36