Class GroundTile
java.lang.Object
tech.underoaks.coldcase.state.tiles.Tile
tech.underoaks.coldcase.state.tiles.GroundTile
- All Implemented Interfaces:
Cloneable
Represents a basic ground tile.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.underoaks.coldcase.state.tiles.Tile
clone, dispose, equals, getTileContent, popTileContent, pushTileContent, render, setTileContent, topTileContent
-
Constructor Details
-
GroundTile
public GroundTile()Default-Constructor
-