Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isWebSlinged
Method
isWebSlinged
forge-game/src/main/java/forge/game/card/Card.java:6674–6676 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6672
}
6673
6674
public
boolean isWebSlinged() {
6675
return
getCastSA() != null && getCastSA().isAlternativeCost(AlternativeCost.WebSlinging);
6676
}
6677
6678
public
boolean isSpecialized() {
6679
return
specialized;
Callers
1
cardHasProperty
Method · 0.80
Calls
2
getCastSA
Method · 0.95
isAlternativeCost
Method · 0.45
Tested by
no test coverage detected