Class FerryConveyerNPC
java.lang.Object
games.stendhal.server.maps.athor.holiday_area.FerryConveyerNPC
- All Implemented Interfaces:
ZoneConfigurator
Factory for an NPC who brings players from the docks to Athor Ferry in a
rowing boat.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.static StendhalRPZone
-
Field Details
-
ferrystate
-
-
Constructor Details
-
FerryConveyerNPC
public FerryConveyerNPC()
-
-
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.
-
getShipZone
-