public class TiledTerrainType
extends java.lang.Object
A TiledTerrainType represents a terrain type in a tileset. It corresponds to a <terrain> tag in a Tiled XML file.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns this terrain type's name.
|
TiledTile |
getTile()
Returns the tile in this terrain type's tileset that represents this
terrain type visually.
|
public final java.lang.String getName()
public final TiledTile getTile()