Class PhotographerNPC

java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.PhotographerNPC
All Implemented Interfaces:
LoadableContent

public class PhotographerNPC extends Object implements LoadableContent
NPCs who creates photos
  • Constructor Details

    • PhotographerNPC

      public PhotographerNPC()
  • Method Details

    • addToWorld

      public void addToWorld()
      Description copied from interface: LoadableContent
      adds the content to the world.
      Specified by:
      addToWorld in interface LoadableContent
    • removeFromWorld

      public boolean removeFromWorld()
      removes NPC from the Mine Town
      Specified by:
      removeFromWorld in interface LoadableContent
      Returns:
      true, if the content was removed, false otherwise