MCPcopy 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

cardHasPropertyMethod · 0.80

Calls 2

getCastSAMethod · 0.95
isAlternativeCostMethod · 0.45

Tested by

no test coverage detected