Class SignLessorNPC
java.lang.Object
games.stendhal.server.maps.semos.city.SignLessorNPC
- All Implemented Interfaces:
ZoneConfigurator
A merchant (original name: Gordon) who rents signs to players.
The player has to have at least level 5 to prevent abuse by newly created characters.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String,String> attributes)Configure a zone.
-
Field Details
-
text
-
rentedSignList
-
-
Constructor Details
-
SignLessorNPC
public SignLessorNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfiguratorConfigure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-