Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isDoubleFaced
Method
isDoubleFaced
forge-game/src/main/java/forge/game/card/Card.java:1094–1096 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1092
}
1093
1094
public
final
boolean isDoubleFaced() {
1095
return
isTransformable() || isMeldable();
1096
}
1097
1098
public
final
boolean isFlipCard() {
1099
return
hasState(CardStateName.Flipped);
Callers
11
getFaceupCardStateName
Method · 0.95
setSplitStateToPlayAbility
Method · 0.95
getCard
Method · 0.95
getAlternateHost
Method · 0.80
getAlternateHost
Method · 0.80
turnFaceDown
Method · 0.80
updateState
Method · 0.80
cardHasProperty
Method · 0.80
buildAbilities
Method · 0.80
resolve
Method · 0.80
evaluateCreature
Method · 0.80
Calls
2
isTransformable
Method · 0.95
isMeldable
Method · 0.95
Tested by
no test coverage detected