Class PhotographerNPC
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.PhotographerNPC
- All Implemented Interfaces:
LoadableContent
NPCs who creates photos
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adds the content to the world.boolean
removes NPC from the Mine Town
-
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 interfaceLoadableContent
-
removeFromWorld
public boolean removeFromWorld()removes NPC from the Mine Town- Specified by:
removeFromWorld
in interfaceLoadableContent
- Returns:
true
, if the content was removed,false
otherwise
-