Class MadScientist1NPC
java.lang.Object
games.stendhal.server.maps.kalavan.castle.MadScientist1NPC
- All Implemented Interfaces:
ZoneConfigurator
Builds a mad scientist NPC who takes your silk glands makes thread, then gives them to another NPC.
- Author:
- kymara with modifications by tigertoes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
MadScientist1NPC
public MadScientist1NPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-