Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ hasChapter
Method
hasChapter
forge-game/src/main/java/forge/game/card/Card.java:7717–7719 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7715
}
7716
7717
public
final
boolean hasChapter() {
7718
return
getCurrentState().hasChapter();
7719
}
7720
7721
public
final
int
getFinalChapterNr() {
7722
return
getCurrentState().getFinalChapterNr();
Callers
2
stateBasedAction_Saga
Method · 0.45
onPhaseBegin
Method · 0.45
Calls
1
getCurrentState
Method · 0.95
Tested by
no test coverage detected