Class SoldierNPCs
java.lang.Object
games.stendhal.server.maps.quests.revivalweeks.SoldierNPCs
- All Implemented Interfaces:
LoadableContent
Soldiers protecting the entrance to Semos Mine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds the content to the world.booleanremoves NPCs from the Mine Town
-
Constructor Details
-
SoldierNPCs
public SoldierNPCs()
-
-
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 NPCs from the Mine Town- Specified by:
removeFromWorldin interfaceLoadableContent- Returns:
true, if the content was removed,falseotherwise
-