Class MakeupArtist
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.MakeupArtist
- All Implemented Interfaces:
LoadableContent
Make up Artist Fidorea during the Mine Town Revival Weeks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds the content to the world.booleanremoves Fidorea from the Mine Town and places her back into her home in Ados.
-
Constructor Details
-
MakeupArtist
public MakeupArtist()
-
-
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 Fidorea from the Mine Town and places her back into her home in Ados.- Specified by:
removeFromWorldin interfaceLoadableContent- Returns:
true, if the content was removed,falseotherwise
-