Class DeathmatchArea

java.lang.Object
games.stendhal.server.maps.deathmatch.DeathmatchArea
All Implemented Interfaces:
LoginListener

public class DeathmatchArea extends Object implements LoginListener
  • Method Details

    • initialize

      protected void initialize()
    • onLoggedIn

      public void onLoggedIn(Player player)
      Description copied from interface: LoginListener
      Is called after a player logged into the game.
      Specified by:
      onLoggedIn in interface LoginListener
      Parameters:
      player - the player who has logged in
    • getArea

      public Area getArea()
    • contains

      public boolean contains(Player player)
    • getPlayers

      public List<Player> getPlayers()