Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isManifested
Method
isManifested
forge-game/src/main/java/forge/game/card/Card.java:6610–6612 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6608
}
6609
6610
public
final
boolean isManifested() {
6611
return
manifestedSA != null;
6612
}
6613
public
final
SpellAbility getManifestedSA() {
6614
return
manifestedSA;
6615
}
Callers
9
getAbilityText
Method · 0.95
getFacedownImageKey
Method · 0.95
getAllPossibleAbilities
Method · 0.95
manifestLoop
Method · 0.95
internalEffect
Method · 0.95
addCard
Method · 0.80
changeZone
Method · 0.80
cardHasProperty
Method · 0.80
addCard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected