(final Player player, final boolean withoutManaCost, final Cost altManaCost, final boolean withFlash, final boolean grantZonePermissions, final StaticAbility sta)
| 3857 | return result; |
| 3858 | } |
| 3859 | public final void setMayPlay(final Player player, final boolean withoutManaCost, final Cost altManaCost, final boolean withFlash, final boolean grantZonePermissions, final StaticAbility sta) { |
| 3860 | this.mayPlay.put(sta, new CardPlayOption(player, sta, withoutManaCost, altManaCost, withFlash, grantZonePermissions)); |
| 3861 | this.updateMayPlay(); |
| 3862 | } |
| 3863 | public final void removeMayPlay(final StaticAbility sta) { |
| 3864 | this.mayPlay.remove(sta); |
| 3865 | this.updateMayPlay(); |
no test coverage detected