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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(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:ZoneConfigurator
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-