Class GhostNPC
java.lang.Object
games.stendhal.server.maps.wofol.house5.GhostNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds a Ghost NPC.
- Author:
- kymara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configures a zone.
-
Constructor Details
-
GhostNPC
public GhostNPC()
-
-
Method Details
-
configureZone
Configures a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-