Uses of Class
game.maps.Tile

Packages that use Tile
game.maps   
 

Uses of Tile in game.maps
 

Methods in game.maps that return Tile
static Tile[][] Perlin.createTileArray(int tileSize, int size, int seed, double F, double P, int O)
           
 Tile Map.getTile(int i, int j)
           
 Tile Map.getTile(double x, double y)