Class ForeignWomanNPC
java.lang.Object
games.stendhal.server.maps.ados.city.ForeignWomanNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds a npc in Ados (name:Marla) who is there on vacation
- Author:
- erdnuggel (idea), madmetzger and Vanessa Julius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
ForeignWomanNPC
public ForeignWomanNPC()
-
-
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.
-