Class HouseBuyingMain

java.lang.Object
games.stendhal.server.maps.quests.houses.HouseBuyingMain

public class HouseBuyingMain extends Object
Controls house buying.
Author:
kymara
  • Constructor Details

    • HouseBuyingMain

      public HouseBuyingMain()
  • Method Details

    • createKalavanNPC

      public void createKalavanNPC(StendhalRPZone zone)
      The NPC for Kalavan Houses.
      Parameters:
      zone - target zone
    • createAdosNPC

      public void createAdosNPC(StendhalRPZone zone)
      The NPC for Ados Houses.
      Parameters:
      zone - target zone
    • createKirdnehNPC

      public void createKirdnehNPC(StendhalRPZone zone)
      The NPC for Kirdneh Houses.
      Parameters:
      zone - target zone
    • createAthorNPC

      public void createAthorNPC(StendhalRPZone zone)
      The NPC for Athor Apartments.
      Parameters:
      zone - target zone
    • getHistory

      public LinkedList<String> getHistory(Player player)
    • addToWorld

      public void addToWorld()
    • isCompleted

      public boolean isCompleted(Player player)