Class Wall

java.lang.Object
games.stendhal.client.entity.Entity
games.stendhal.client.entity.Wall
All Implemented Interfaces:
IEntity, RPObjectChangeListener

public class Wall extends Entity
Client side representation of a wall
Author:
hendrik
  • Constructor Details

    • Wall

      public Wall()
  • Method Details

    • isObstacle

      public boolean isObstacle(IEntity entity)
      Description copied from interface: IEntity
      Determine if this is an obstacle for another entity.
      Specified by:
      isObstacle in interface IEntity
      Overrides:
      isObstacle in class Entity
      Parameters:
      entity - The entity to check against.
      Returns:
      true the entity can not enter this entity's area.