Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ setPaperFoil
Method
setPaperFoil
forge-game/src/main/java/forge/game/card/Card.java:2259–2261 ·
view source on GitHub ↗
(final boolean v)
Source
from the content-addressed store, hash-verified
2257
return
view.hasPaperFoil();
2258
}
2259
public
final
void
setPaperFoil(
final
boolean v) {
2260
view.updatePaperFoil(v);
2261
}
2262
2263
public
final
ColorSet getMarkedColors() {
2264
if
(markedColor == null) {
Callers
1
Card
Method · 0.95
Calls
1
updatePaperFoil
Method · 0.80
Tested by
no test coverage detected