Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getFinalChapterNr
Method
getFinalChapterNr
forge-game/src/main/java/forge/game/card/Card.java:7721–7723 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7719
}
7720
7721
public
final
int
getFinalChapterNr() {
7722
return
getCurrentState().getFinalChapterNr();
7723
}
7724
7725
public
boolean activatedThisTurn() {
7726
return
!numberTurnActivations.isEmpty();
Callers
5
keywordsToText
Method · 0.95
stateBasedAction_Saga
Method · 0.45
isLastChapter
Method · 0.45
getAbilityText
Method · 0.45
xCount
Method · 0.45
Calls
1
getCurrentState
Method · 0.95
Tested by
no test coverage detected