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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adds the content to the world.boolean
removes 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:LoadableContent
adds the content to the world.- Specified by:
addToWorld
in interfaceLoadableContent
-
removeFromWorld
public boolean removeFromWorld()removes Fidorea 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
-