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

Method isInGame

forge-game/src/main/java/forge/game/player/Player.java:2084–2086  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2082 }
2083
2084 public final boolean isInGame() {
2085 return getOutcome() == null;
2086 }
2087
2088 public final boolean hasMetalcraft() {
2089 return CardLists.count(getCardsIn(ZoneType.Battlefield), CardPredicates.ARTIFACTS) >= 3;

Callers 15

canGainLifeMethod · 0.95
canLoseLifeMethod · 0.95
canReceiveCountersMethod · 0.95
canRemoveCountersMethod · 0.95
isSkippingCombatMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
handleNextTurnMethod · 0.95
millMethod · 0.45

Calls 1

getOutcomeMethod · 0.95

Tested by

no test coverage detected