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

Method removeMayLookAt

forge-game/src/main/java/forge/game/card/Card.java:3803–3807  ·  view source on GitHub ↗
(final long timestamp)

Source from the content-addressed store, hash-verified

3801 }
3802
3803 public final void removeMayLookAt(final long timestamp) {
3804 if (mayLook.remove(timestamp) != null) {
3805 updateMayLook();
3806 }
3807 }
3808
3809 public final void addMayLookTemp(final Player player) {
3810 if (mayLookTemp.add(player)) {

Callers 1

removeMethod · 0.80

Calls 2

updateMayLookMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected