Class SheepSellerNPC
java.lang.Object
games.stendhal.server.maps.semos.village.SheepSellerNPC
- All Implemented Interfaces:
ZoneConfigurator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Field Details
-
BUYING_PRICE
public static final int BUYING_PRICE- See Also:
-
-
Constructor Details
-
SheepSellerNPC
public SheepSellerNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-