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

Method getStackZone

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

Source from the content-addressed store, hash-verified

504 }
505
506 public final Zone getStackZone() {
507 return stackZone;
508 }
509
510 public CardCollectionView getCardsPlayerCanActivateInStack() {
511 return CardLists.filter(stackZone.getCards(), c -> {

Callers 15

getAlternativeCostsMethod · 0.95
getCardsInMethod · 0.95
findByViewMethod · 0.95
forEachCardInGameMethod · 0.95
getThisTurnEnteredMethod · 0.95
getLastTurnEnteredMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
copyGameStateMethod · 0.80
setCardInCopiedGameMethod · 0.80

Calls

no outgoing calls

Tested by 1