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

Method canSpecialize

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

Source from the content-addressed store, hash-verified

6682 specialized = bool;
6683 }
6684 public final boolean canSpecialize() {
6685 return getRules() != null && getRules().getSplitType() == CardSplitType.Specialize;
6686 }
6687
6688 public boolean canCrew() {
6689 return canTap() && !StaticAbilityCantCrew.cantCrew(this);

Callers 3

changeCardStateMethod · 0.95
getCardMethod · 0.95
onCardChangedMethod · 0.45

Calls 2

getRulesMethod · 0.95
getSplitTypeMethod · 0.80

Tested by

no test coverage detected