(final StaticAbility sta)
| 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 | } |
no test coverage detected