Class MakeupArtistNPC
java.lang.Object
games.stendhal.server.maps.ados.city.MakeupArtistNPC
- All Implemented Interfaces:
ZoneConfigurator
Creates the NPCs and portals in Ados City.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildFidorea(StendhalRPZone zone, int x, int y)
creates Fidorea in the specified zonevoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
MakeupArtistNPC
public MakeupArtistNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-
buildFidorea
creates Fidorea in the specified zone- Parameters:
zone
- StendhalRPZonex
- xy
- y
-