Interface QuestHistoryResult


public interface QuestHistoryResult
Class for adding a customized result to BuiltQuest history.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Player player, List<String> res)
    Called when history is requested.
  • Method Details

    • apply

      void apply(Player player, List<String> res)
      Called when history is requested.
      Parameters:
      player - Player for which history is requested.
      res - History items.