Interface TileContainer


public interface TileContainer
  • Method Details

    • getAt

      ITile getAt(int x, int y)
    • getAt

      ITile getAt(int x, int y, int z)
    • getAll

      ITile[][] getAll()
    • getAllFloors

      ITile[][][] getAllFloors()
    • getSizeX

      int getSizeX()
    • getSizeY

      int getSizeY()
    • getWorldViewId

      int getWorldViewId()