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

Method canTap

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

Source from the content-addressed store, hash-verified

4675 }
4676
4677 public final boolean canTap() {
4678 return canTap(false);
4679 }
4680 public final boolean canTap(boolean attacker) {
4681 if (tapped) { return false; }
4682

Callers 5

canPayMethod · 0.95
canCrewMethod · 0.95
visitMethod · 0.95
canPayMethod · 0.80
getCardsForEnlistingMethod · 0.80

Calls 5

mapFromAffectedMethod · 0.95
getGameMethod · 0.95
cantHappenCheckMethod · 0.80
getReplacementHandlerMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected