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