Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ peek
Method
peek
forge-game/src/main/java/forge/game/zone/MagicStack.java:757–759 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
755
}
756
757
public
final
SpellAbilityStackInstance peek() {
758
return
stack.peekFirst();
759
}
760
761
public
final
SpellAbility peekAbility() {
762
return
stack.peekFirst().getSpellAbility();
Callers
12
meetsCommonRequirements
Method · 0.45
changeZone
Method · 0.45
exile
Method · 0.45
addSacrificedThisTurn
Method · 0.45
getPaidForSA
Method · 0.45
canPlay
Method · 0.45
tap
Method · 0.45
undo
Method · 0.45
add
Method · 0.45
getNextTurn
Method · 0.45
addExtraTurn
Method · 0.45
hasExtraPhaseAfter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected