Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ add
Method
add
forge-game/src/main/java/forge/game/zone/MagicStack.java:238–240 ·
view source on GitHub ↗
(SpellAbility sp)
Source
from the content-addressed store, hash-verified
236
}
237
238
public
final
void
add(SpellAbility sp) {
239
add(sp, null, SpellAbilityStackInstance.nextId());
240
}
241
public
final
void
add(SpellAbility sp,
int
id) {
242
add(sp, null, id);
243
}
Callers
2
addAndUnfreeze
Method · 0.95
unfreezeStack
Method · 0.95
Calls
15
nextId
Method · 0.95
getController
Method · 0.95
getName
Method · 0.95
recordUndoableActions
Method · 0.95
addAbilityActivatedThisTurn
Method · 0.95
newMap
Method · 0.95
resolve
Method · 0.95
mapFromCard
Method · 0.95
setController
Method · 0.95
isFaceDown
Method · 0.95
turnFaceUp
Method · 0.95
setSplitStateToPlayAbility
Method · 0.95
Tested by
no test coverage detected