MCPcopy 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

addAndUnfreezeMethod · 0.95
unfreezeStackMethod · 0.95

Calls 15

nextIdMethod · 0.95
getControllerMethod · 0.95
getNameMethod · 0.95
recordUndoableActionsMethod · 0.95
newMapMethod · 0.95
resolveMethod · 0.95
mapFromCardMethod · 0.95
setControllerMethod · 0.95
isFaceDownMethod · 0.95
turnFaceUpMethod · 0.95

Tested by

no test coverage detected