Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAlternativeCosts
Method · 0.95
ceaseToExist
Method · 0.95
removeAbsentCombatants
Method · 0.95
canPay
Method · 0.95
canPay
Method · 0.95
canPlayFromHost
Method · 0.95
resolve
Method · 0.95
manifest
Method · 0.95
cloak
Method · 0.95
canTransform
Method · 0.95
isToken
Method · 0.95
getAbilityText
Method · 0.95
Calls
1
isInZone
Method · 0.95
Tested by
2
testBludgeonBrawlLatticeAura
Method · 0.76
testBludgeonBrawlLatticeCurse
Method · 0.76