Class BirdHouseTracker


  • public class BirdHouseTracker
    extends Object
    • Method Detail

      • loadFromConfig

        public void loadFromConfig()
      • updateData

        public boolean updateData​(WorldPoint location)
        Updates tracker data if player is within range of any bird house. Returns true if any data was changed.
      • checkCompletion

        public boolean checkCompletion()
        Checks if the bird houses have become ready to be dismantled, and sends a notification if required.
      • getCompletionTime

        public long getCompletionTime()
        The time at which all the bird houses will be ready to be dismantled, or -1 if we have no data about any of the bird house spaces.