jplay
Class TileInfo

java.lang.Object
  extended by jplay.GameObject
      extended by jplay.TileInfo

public class TileInfo
extends GameObject

Class used to handle TileInfo.


Field Summary
 int id
          Number used to identify the Tile.
 
Fields inherited from class jplay.GameObject
height, width, x, y
 
Constructor Summary
TileInfo()
           
 
Method Summary
 
Methods inherited from class jplay.GameObject
collided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
Number used to identify the Tile.

Constructor Detail

TileInfo

public TileInfo()