Class Tiles

All Implemented Interfaces:
Drawable

public class Tiles extends Object implements Drawable
This keeps and creates the tiles and information around them. Basically the level builder.
  • 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

      public ArrayList<Cell> get(Character type)
    • get

      public Character get(int x, int y)
    • get_cell

      public Cell get_cell(int x, int y)
    • set

      public Character set(int x, int y, Character character)