- All Implemented Interfaces:
Drawable
This keeps and creates the tiles and information around them. Basically the level builder.
-
Method Summary
void
This will draw all cells and also redraw all talkable cells, to the bubble is displayed on top.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
draw
public void draw()
This will draw all cells and also redraw all talkable cells, to the bubble is displayed on top.
- Specified by:
draw in interface Drawable
-
-
-
get_cell
public Cell get_cell(int x,
int y)
-