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

Method isInPlay

forge-game/src/main/java/forge/game/card/Card.java:7169–7171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7167 }
7168
7169 public boolean isInPlay() {
7170 return isInZone(ZoneType.Battlefield);
7171 }
7172
7173 public void onEndOfCombat(final Player active) {
7174 setEnlistedThisCombat(false);

Callers 15

getAlternativeCostsMethod · 0.95
ceaseToExistMethod · 0.95
canPayMethod · 0.95
canPayMethod · 0.95
canPlayFromHostMethod · 0.95
resolveMethod · 0.95
manifestMethod · 0.95
cloakMethod · 0.95
canTransformMethod · 0.95
isTokenMethod · 0.95
getAbilityTextMethod · 0.95

Calls 1

isInZoneMethod · 0.95

Tested by 2