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

Method isImmutable

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

Source from the content-addressed store, hash-verified

1062 }
1063
1064 public final boolean isImmutable() {
1065 return this.gamePieceType == GamePieceType.EFFECT;
1066 }
1067
1068 public final boolean isInAlternateState() {
1069 return currentStateName != CardStateName.Original;

Callers 15

getReplacementListMethod · 0.95
canTargetSpellAbilityMethod · 0.95
toUnsuppressedStringMethod · 0.95
isPermanentMethod · 0.95
isValidMethod · 0.95
canBeSacrificedByMethod · 0.95
findEffectRootMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected