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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
adds the content to the world.boolean
removes NPCs from the Mine Town
-
Constructor Details
-
SoldierNPCs
public SoldierNPCs()
-
-
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 NPCs from the Mine Town- Specified by:
removeFromWorld
in interfaceLoadableContent
- Returns:
true
, if the content was removed,false
otherwise
-