Class GreeterNPC
java.lang.Object
games.stendhal.server.maps.fado.city.GreeterNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds the city greeter NPC.
- Author:
- timothyb89
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
GreeterNPC
public GreeterNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-