Class FishermansDaughterSellingNPC
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.FishermansDaughterSellingNPC
- All Implemented Interfaces:
LoadableContent
Caroline during the Mine Town Revival Weeks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adds the content to the world.boolean
removes Caroline from the Mine Town and places her back into her home in Ados.
-
Constructor Details
-
FishermansDaughterSellingNPC
public FishermansDaughterSellingNPC()
-
-
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 Caroline from the Mine Town and places her back into her home in Ados.- Specified by:
removeFromWorld
in interfaceLoadableContent
- Returns:
true
, if the content was removed,false
otherwise
-