Class TileChunk
java.lang.Object
de.gurkenlabs.litiengine.environment.tilemap.xml.TileChunk
- All Implemented Interfaces:
Comparable<TileChunk>
This class represents a chunk of tiles in an infinite map.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TileChunk
public TileChunk()
-
-
Method Details
-
getValue
-
getX
public int getX() -
getY
public int getY() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
compareTo
- Specified by:
compareToin interfaceComparable<TileChunk>
-