Class ProgressLogController
java.lang.Object
games.stendhal.client.gui.progress.ProgressLogController
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProgressLogControllerget()Get the book controller instance.voidsetRepeatable(Collection<String> repeatable) Set the repeatable quest names.voidshowCategories(List<String> categories) Show available progress categories.voidshowCategorySummary(String category, List<String> items) Show a list of items in a category.voidshowDescription(String category, String item, String description, String information, List<String> details) Show the description of an item in a category.
-
Method Details
-
get
Get the book controller instance.- Returns:
- controller instance
-
setRepeatable
Set the repeatable quest names.- Parameters:
repeatable- repeatable quests
-
showCategories
Show available progress categories.- Parameters:
categories-
-
showCategorySummary
Show a list of items in a category.- Parameters:
category-items-
-
showDescription
public void showDescription(String category, String item, String description, String information, List<String> details) Show the description of an item in a category.- Parameters:
category-item- item to be describeddescription- descriptioninformation- informationdetails- paragraphs
-