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

Method removeMayLookTemp

forge-game/src/main/java/forge/game/card/Card.java:3818–3822  ·  view source on GitHub ↗
(final Player player)

Source from the content-addressed store, hash-verified

3816 }
3817
3818 public final void removeMayLookTemp(final Player player) {
3819 if (mayLookTemp.remove(player)) {
3820 updateMayLook();
3821 }
3822 }
3823
3824 public final void updateMayLook() {
3825 PlayerCollection result = new PlayerCollection();

Callers 1

endTempShowCardsMethod · 0.80

Calls 2

updateMayLookMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected