Interface | Description |
---|---|
Generator |
An interface for a map generator.
|
Class | Description |
---|---|
AbstractPosition |
A
|
Cell |
A cell is field in the map containing a block.
|
Chunk |
A Chunk is filled with many Blocks and is a part of the map.
|
Coordinate |
A coordinate is a reference to a specific cell in the map.
|
Map |
A map stores nine chunks as part of a bigger map.
|
Minimap |
A minimap is a view that draws the map from top in a small window.
|
Point |
A point is a single positionin the game workd not bound to the grid.
|