Class Deathmatch

java.lang.Object
games.stendhal.server.maps.ados.wall.Deathmatch
All Implemented Interfaces:
ZoneConfigurator

public class Deathmatch extends Object implements ZoneConfigurator
Ados Wall North population - Deathmatch.
Author:
hendrik
  • Constructor Details

    • Deathmatch

      public Deathmatch()
  • Method Details

    • configureZone

      public void configureZone(StendhalRPZone zone, Map<String,String> attributes)
      Configure a zone.
      Specified by:
      configureZone in interface ZoneConfigurator
      Parameters:
      zone - The zone to be configured.
      attributes - Configuration attributes.
    • playerInArena

      public static boolean playerInArena(Player player)
      Checks if player is within boundaries of deathmatch arena.
      Parameters:
      player - Player whose position is to be checked.
      Returns:
      true if player is in arena.