Class ProgressLogController
java.lang.Object
games.stendhal.client.gui.progress.ProgressLogController
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProgressLogController
get()
Get the book controller instance.void
setRepeatable(Collection<String> repeatable)
Set the repeatable quest names.void
showCategories(List<String> categories)
Show available progress categories.void
showCategorySummary(String category, List<String> items)
Show a list of items in a category.void
showDescription(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
-