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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildFidorea(StendhalRPZone zone, int x, int y) creates Fidorea in the specified zonevoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
MakeupArtistNPC
public MakeupArtistNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-
buildFidorea
creates Fidorea in the specified zone- Parameters:
zone- StendhalRPZonex- xy- y
-