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

Method getCurrentState

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

Source from the content-addressed store, hash-verified

477 }
478
479 public CardState getCurrentState() {
480 return currentState;
481 }
482
483 public CardStateName getAlternateStateName() {
484 if (hasAlternateState()) {

Callers 15

addStaticAbilityMethod · 0.95
addReplacementEffectMethod · 0.95
getLKICopyMethod · 0.95
updateTypeCacheMethod · 0.95
updateKeywordsMethod · 0.95
updateKeywordsCacheMethod · 0.95
hasChapterMethod · 0.95
getFinalChapterNrMethod · 0.95
resolveMethod · 0.95
getProtoTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected