Class BooksFile
java.lang.Object
net.gcnt.additionsplus.files.books.BooksFile
Class that handles the book files.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of custom books.void
Load all books from storage.void
setup()
Create the books folder.
-
Constructor Details
-
BooksFile
public BooksFile()
-
-
Method Details
-
setup
public void setup()Create the books folder. -
getCustomBooks
Get a list of custom books.- Returns:
- List of custom
Book
.
-
loadBooks
public void loadBooks()Load all books from storage.
-