Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isFlipCard
Method
isFlipCard
forge-game/src/main/java/forge/game/card/Card.java:1098–1100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1096
}
1097
1098
public
final
boolean isFlipCard() {
1099
return
hasState(CardStateName.Flipped);
1100
}
1101
1102
public
final
boolean isSplitCard() {
1103
// Normal Split Cards, these need to return true before Split States are added
Callers
15
applyContinuousAbility
Method · 0.95
changeCardState
Method · 0.95
getCard
Method · 0.95
broken_testCloneDimir
Method · 0.95
copyCopiableCharacteristics
Method · 0.45
getLKICopy
Method · 0.45
turnFaceUp
Method · 0.45
cardHasProperty
Method · 0.45
getCloneStates
Method · 0.45
getCardArt
Method · 0.45
drawArt
Method · 0.45
drawZoom
Method · 0.45
Calls
1
hasState
Method · 0.95
Tested by
1
broken_testCloneDimir
Method · 0.76