Package engine.world
Class Tile
java.lang.Object
engine.world.Tile
Single Tile class contains all necessary data for one tile of the grid.
Tile can contain a zone or a buildable
Always contains a terrain.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetZone()
void
setBuildable
(Entity buildable) void
void
setZoneBuildable
(Entity zoneBuildable)
-
Constructor Details
-
Tile
-
-
Method Details
-
getTerrain
-
getZone
-
getBuildable
-
setZone
-
setBuildable
-
getZoneBuildable
-
setZoneBuildable
-