Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.meowers.cide.data
Class MapCell  view MapCell download MapCell.java

java.lang.Object
  extended byorg.meowers.cide.data.MapCell

public class MapCell
extends java.lang.Object

Version:

Field Summary
private  Tile tile
           
 
Constructor Summary
MapCell()
          Creates new MapCell
 
Method Summary
 Tile getTile()
           
 void setTile(Tile t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tile

private Tile tile
Constructor Detail

MapCell

public MapCell()
Creates new MapCell

Method Detail

setTile

public void setTile(Tile t)

getTile

public Tile getTile()