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
Nested ClassesModifier and TypeClassDescriptionstatic classIs the player speaking to us in jail?static classIs the player speaking to us not in jail? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
GuardNPC
public GuardNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfiguratorConfigure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-