Class TameAnimalsQuest


public class TameAnimalsQuest extends Quest
A Quest where the player must tame animals
  • Constructor Details

    • TameAnimalsQuest

      public TameAnimalsQuest(String name, Reward reward, int numberOfAnimalsToTame)
      Parameters:
      name - Name of the quest
      reward - Reward the player can collect on completion
      numberOfAnimalsToTame - Number of animals the player must claim
    • TameAnimalsQuest

      public TameAnimalsQuest(String name, Reward reward, int expiryDuration, int numberOfAnimalsToTame)
      Creates a TameAnimalsQuest with an expiry
      Parameters:
      name - Name of the quest
      reward - Reward the player can collect on completion
      expiryDuration - How long until the TameAnimalsQuest
      numberOfAnimalsToTame - Number of animals the player must claim
  • Method Details