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

Method mayPlayerLook

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

Source from the content-addressed store, hash-verified

3783 }
3784
3785 public boolean mayPlayerLook(final Player player) {
3786 return view.mayPlayerLook(player.getView());
3787 }
3788
3789 public final void addMayLookFaceDownExile(final Player p) {
3790 mayLookFaceDownExile.add(p);

Callers 4

doDrawMethod · 0.95
testMethod · 0.45
chooseSinglePlayerMethod · 0.45

Calls 1

getViewMethod · 0.65

Tested by

no test coverage detected