Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isBackSide
Method
isBackSide
forge-game/src/main/java/forge/game/card/Card.java:1130–1132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1128
}
1129
1130
public
final
boolean isBackSide() {
1131
return
backside;
1132
}
1133
public
final
void
setBackSide(boolean value) {
1134
backside = value;
1135
}
Callers
10
isTransformed
Method · 0.95
copySpellHost
Method · 0.95
testCloneTransform
Method · 0.95
testLKITransformableTokenCopy
Method · 0.95
copyCard
Method · 0.80
copyStats
Method · 0.80
copyCopiableCharacteristics
Method · 0.80
getLKICopy
Method · 0.80
cardHasProperty
Method · 0.80
getProtoType
Method · 0.80
Calls
no outgoing calls
Tested by
2
testCloneTransform
Method · 0.76
testLKITransformableTokenCopy
Method · 0.76