Class Deathmatch
java.lang.Object
games.stendhal.server.maps.ados.wall.Deathmatch
- All Implemented Interfaces:
ZoneConfigurator
Ados Wall North population - Deathmatch.
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.static booleanplayerInArena(Player player) Checks if player is within boundaries of deathmatch arena.
-
Constructor Details
-
Deathmatch
public Deathmatch()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-
playerInArena
Checks if player is within boundaries of deathmatch arena.- Parameters:
player- Player whose position is to be checked.- Returns:
trueif player is in arena.
-