Class GuardNPC
java.lang.Object
games.stendhal.server.maps.semos.jail.GuardNPC
- All Implemented Interfaces:
ZoneConfigurator
The prison guard (original name: Marcus) who's patrolling along the cells.
- Author:
- hendrik
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Is the player speaking to us in jail?static class
Is the player speaking to us not in jail? -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
GuardNPC
public GuardNPC()
-
-
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.
-