MCPcopy 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

changeZoneMethod · 0.45
exileMethod · 0.45
addSacrificedThisTurnMethod · 0.45
getPaidForSAMethod · 0.45
canPlayMethod · 0.45
tapMethod · 0.45
undoMethod · 0.45
addMethod · 0.45
getNextTurnMethod · 0.45
addExtraTurnMethod · 0.45
hasExtraPhaseAfterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected