()
| 3822 | } |
| 3823 | |
| 3824 | public final void updateMayLook() { |
| 3825 | PlayerCollection result = new PlayerCollection(); |
| 3826 | for (PlayerCollection v : mayLook.values()) { |
| 3827 | result.addAll(v); |
| 3828 | } |
| 3829 | result.addAll(mayLookFaceDownExile); |
| 3830 | result.addAll(mayLookTemp); |
| 3831 | getView().setPlayerMayLook(result); |
| 3832 | } |
| 3833 | |
| 3834 | public final void updateMayPlay() { |
| 3835 | PlayerCollection result = new PlayerCollection(); |
no test coverage detected