Class ProgressLogController

java.lang.Object
games.stendhal.client.gui.progress.ProgressLogController

public class ProgressLogController extends Object
  • Method Details

    • get

      public static ProgressLogController get()
      Get the book controller instance.
      Returns:
      controller instance
    • setRepeatable

      public void setRepeatable(Collection<String> repeatable)
      Set the repeatable quest names.
      Parameters:
      repeatable - repeatable quests
    • showCategories

      public void showCategories(List<String> categories)
      Show available progress categories.
      Parameters:
      categories -
    • showCategorySummary

      public void showCategorySummary(String category, List<String> items)
      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 described
      description - description
      information - information
      details - paragraphs