Class GossipNPC
java.lang.Object
games.stendhal.server.maps.semos.city.GossipNPC
- All Implemented Interfaces:
ZoneConfigurator
A guy (original name: Nomyr Ahba) who looks into the windows of the bakery
and the house next to it.
Basically all he does is sending players to the retired adventurer at
the dungeon entrance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
GossipNPC
public GossipNPC()
-
-
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.
-