|
|||||||||
| Home >> All >> org >> meowers >> cide >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.meowers.cide.data
Class MapCell

java.lang.Objectorg.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()
|
|||||||||
| Home >> All >> org >> meowers >> cide >> [ data overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.meowers.cide.data.MapCell