MCPcopy 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

keywordsToTextMethod · 0.95
stateBasedAction_SagaMethod · 0.45
isLastChapterMethod · 0.45
getAbilityTextMethod · 0.45
xCountMethod · 0.45

Calls 1

getCurrentStateMethod · 0.95

Tested by

no test coverage detected