Uses of Class
com.dicycat.kroy.gamemap.TileType
-
Packages that use TileType Package Description com.dicycat.kroy.gamemap -
-
Uses of TileType in com.dicycat.kroy.gamemap
Methods in com.dicycat.kroy.gamemap that return TileType Modifier and Type Method Description TileType
TiledGameMap. getTileTypeByCoordinate(int layer, int col, int row)
Gets the tile type at a row/column for a particular layerstatic TileType
TileType. getTileTypeByID(int id)
TileType
TiledGameMap. getTileTypeByLocation(int layer, float x, float y)
Gets the tile type at a pixel position for a particular layerstatic TileType
TileType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TileType[]
TileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-