de.adom.jade.world.tiles
Class WallTile

java.lang.Object
  extended by de.adom.jade.world.tiles.Tile
      extended by de.adom.jade.world.tiles.WallTile
All Implemented Interfaces:
java.io.Serializable

public class WallTile
extends Tile

Implements a wall tile.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.adom.jade.world.tiles.Tile
DEEP_SEA, DESERT, DUMMY_RIVER, DUNGEON, FLOOR, FOREST, GRASS, HIGH_MOUNTAIN, HILLS, LOW_MOUNTAIN, MOUNTAIN, OUTDOOR_EXIT, PLAINS, RESISTANT_WALL, RIVER, RIVER_SOURCE, SEA, SETTLEMENT, STAIR_DOWN, STAIR_UP, SWAMP, TREE, TUNNEL, UNKNOWN, VOLCANOE, VORTEX, WALL, WATER
 
Constructor Summary
WallTile()
          Creates a new tile.
 
Method Summary
 boolean isEnteredBy(Being being)
          Determines whether a being manages to enter this particular tile.
 
Methods inherited from class de.adom.jade.world.tiles.Tile
executeActionAfterEnteringOn, getID, getName, getNumberOfTiles, getTileIterator, getVisibilityBlockadeLevel, isOpen, isOpenFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WallTile

public WallTile()
Creates a new tile.

Method Detail

isEnteredBy

public boolean isEnteredBy(Being being)
Description copied from class: Tile
Determines whether a being manages to enter this particular tile.

Overrides:
isEnteredBy in class Tile
Parameters:
being - the being trying to enter this tile
Returns:
a boolean value indicating whether the being managed to enter the tile in question
See Also:
Tile.isEnteredBy(Being)