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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
GossipNPC
public GossipNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfiguratorConfigure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-