org.newdawn.asd.data
Class MapTileSet

java.lang.Object
  extended byorg.newdawn.asd.data.MapTileSet
All Implemented Interfaces:
TileSet
Direct Known Subclasses:
GameTileSet

public class MapTileSet
extends java.lang.Object
implements TileSet

A tile set describing the properties of the tiles used on the game map.


Constructor Summary
MapTileSet()
           
 
Method Summary
 boolean blocksMovement(int tile)
          Check if the specified tile blocks movement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapTileSet

public MapTileSet()
Method Detail

blocksMovement

public boolean blocksMovement(int tile)
Description copied from interface: TileSet
Check if the specified tile blocks movement

Specified by:
blocksMovement in interface TileSet
Parameters:
tile - The tile to check
Returns:
True if the tile specified blocks movement
See Also:
TileSet.blocksMovement(int)