Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isUsedToPay
Method
isUsedToPay
forge-game/src/main/java/forge/game/card/Card.java:5993–5995 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5991
}
5992
5993
public
final
boolean isUsedToPay() {
5994
return
usedToPayCost;
5995
}
5996
public
final
void
setUsedToPay(
final
boolean b) {
5997
usedToPayCost = b;
5998
}
Callers
2
canBeSacrificedBy
Method · 0.95
canPlay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected