MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / setCurrentChapter

Method setCurrentChapter

src/org/albite/book/model/book/Book.java:550–552  ·  view source on GitHub ↗
(final Chapter bc)

Source from the content-addressed store, hash-verified

548 }
549
550 public final void setCurrentChapter(final Chapter bc) {
551 currentChapter = bc;
552 }
553
554 public final int getCurrentChapterPosition() {
555 return currentChapter.getCurrentPosition();

Callers 1

loadChapterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected