Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runSingleTriggerInternal
Method · 0.95
addStaticAbility
Method · 0.95
addReplacementEffect
Method · 0.95
getLKICopy
Method · 0.95
updateAbilityTextForView
Method · 0.95
updateTypeCache
Method · 0.95
updateKeywords
Method · 0.95
updateKeywordsCache
Method · 0.95
hasChapter
Method · 0.95
getFinalChapterNr
Method · 0.95
resolve
Method · 0.95
getProtoType
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected