Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAlternativeCosts
Method · 0.95
getCardsIn
Method · 0.95
getCardsIncludePhasingIn
Method · 0.95
findByView
Method · 0.95
forEachCardInGame
Method · 0.95
getThisTurnEntered
Method · 0.95
getLastTurnEntered
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
testBasicSpellFizzling
Method · 0.95
copyGameState
Method · 0.80
setCardInCopiedGame
Method · 0.80
Calls
no outgoing calls
Tested by
1
testBasicSpellFizzling
Method · 0.76