MCPcopy Create free account
hub / github.com/Card-Forge/forge / getLastStateGraveyard

Method getLastStateGraveyard

forge-game/src/main/java/forge/game/Game.java:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 return lastStateBattlefield;
195 }
196 public CardCollectionView getLastStateGraveyard() {
197 return lastStateGraveyard;
198 }
199
200 public void stashGameState() {
201 // Take a snapshot of the current state to restore to previous state

Callers 10

onPlayerLostMethod · 0.95
payAsDecidedMethod · 0.95
handleOfferingsMethod · 0.95
xCountMethod · 0.95
resolveMethod · 0.95
moveToStackMethod · 0.45
checkStateEffectsMethod · 0.45
getLastStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected