Class RetiredAdventurerNPC
java.lang.Object
games.stendhal.server.maps.semos.guardhouse.RetiredAdventurerNPC
- All Implemented Interfaces:
ZoneConfigurator
An old hero (original name: Hayunn Naratha) who players meet when they enter the semos guard house.
- See Also:
BeerForHayunn
,MeetHayunn
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
RetiredAdventurerNPC
public RetiredAdventurerNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfigurator
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-