Class TradeCenterZoneConfigurator
java.lang.Object
games.stendhal.server.maps.semos.tavern.market.TradeCenterZoneConfigurator
- All Implemented Interfaces:
ZoneConfigurator
adds a market to a zone
- Author:
- madmetzger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.static Market
getShopFromZone(StendhalRPZone zone)
-
Constructor Details
-
TradeCenterZoneConfigurator
public TradeCenterZoneConfigurator()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfigurator
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-
getShopFromZone
-