MCPcopy Create free account
hub / github.com/Card-Forge/forge / removeMayPlay

Method removeMayPlay

forge-game/src/main/java/forge/game/card/Card.java:3863–3866  ·  view source on GitHub ↗
(final StaticAbility sta)

Source from the content-addressed store, hash-verified

3861 this.updateMayPlay();
3862 }
3863 public final void removeMayPlay(final StaticAbility sta) {
3864 this.mayPlay.remove(sta);
3865 this.updateMayPlay();
3866 }
3867 public final Map<StaticAbility, CardPlayOption> getMayPlay() {
3868 return Maps.newHashMap(mayPlay);
3869 }

Callers 1

removeMethod · 0.80

Calls 2

updateMayPlayMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected