Class BarMaidNPC
java.lang.Object
games.stendhal.server.maps.ados.bar.BarMaidNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds a Bar Maid NPC to buy food from players.
- Author:
- kymara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
BarMaidNPC
public BarMaidNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-