Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
canPay
Method · 0.95
canCrew
Method · 0.95
visit
Method · 0.95
canPay
Method · 0.80
getCardsForEnlisting
Method · 0.80
Calls
5
mapFromAffected
Method · 0.95
getGame
Method · 0.95
cantHappenCheck
Method · 0.80
getReplacementHandler
Method · 0.80
put
Method · 0.45
Tested by
no test coverage detected