MCPcopy 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

resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
makeTokenTableMethod · 0.95
resolveMethod · 0.95
getLastStateMethod · 0.80
executePaymentMethod · 0.80
runMethod · 0.80
changeZoneMethod · 0.80

Calls 1

copyLastStateMethod · 0.95

Tested by

no test coverage detected