Class DadNPC
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.DadNPC
- All Implemented Interfaces:
LoadableContent
Susi's father during the Mine Town Revival Weeks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds the content to the world.booleanremoves Susi's father from the Mine Town and places him back into his home in Ados.
-
Constructor Details
-
DadNPC
public DadNPC()
-
-
Method Details
-
addToWorld
public void addToWorld()Description copied from interface:LoadableContentadds the content to the world.- Specified by:
addToWorldin interfaceLoadableContent
-
removeFromWorld
public boolean removeFromWorld()removes Susi's father from the Mine Town and places him back into his home in Ados.- Specified by:
removeFromWorldin interfaceLoadableContent- Returns:
true, if the content was removed,falseotherwise
-