Class EmptyTile
java.lang.Object
tech.underoaks.coldcase.state.tiles.Tile
tech.underoaks.coldcase.state.tiles.EmptyTile
- All Implemented Interfaces:
Cloneable
Represents an empty tile with no special properties.
-
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
-
EmptyTile
public EmptyTile()Default-Constructor
-