Class FoundGirl
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.FoundGirl
- All Implemented Interfaces:
LoadableContent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
removes Susi from her home in Ados and adds her to the Mine Towns.boolean
removes Susi from the Mine Town and places her back into her home in Ados.
-
Constructor Details
-
FoundGirl
public FoundGirl()
-
-
Method Details
-
addToWorld
public void addToWorld()removes Susi from her home in Ados and adds her to the Mine Towns.- Specified by:
addToWorld
in interfaceLoadableContent
-
removeFromWorld
public boolean removeFromWorld()removes Susi 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
-