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

Method updateMayLook

forge-game/src/main/java/forge/game/card/Card.java:3824–3832  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 5

addMayLookAtMethod · 0.95
removeMayLookAtMethod · 0.95
addMayLookTempMethod · 0.95
removeMayLookTempMethod · 0.95

Calls 4

getViewMethod · 0.95
valuesMethod · 0.80
setPlayerMayLookMethod · 0.80
addAllMethod · 0.45

Tested by

no test coverage detected