Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ copyLastStateGraveyard
Method
copyLastStateGraveyard
forge-game/src/main/java/forge/game/Game.java:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
}
240
241
public
CardCollectionView copyLastStateGraveyard() {
242
return
copyLastState(ZoneType.Graveyard);
243
}
244
245
public
void
updateLastStateForCard(Card c) {
246
if
(c == null || c.getZone() == null) {
Callers
9
resolve
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
makeTokenTable
Method · 0.95
resolve
Method · 0.95
getLastState
Method · 0.80
executePayment
Method · 0.80
run
Method · 0.80
changeZone
Method · 0.80
Calls
1
copyLastState
Method · 0.95
Tested by
no test coverage detected