Interface | Description |
---|---|
Generator |
An interface for a map generator.
|
Class | Description |
---|---|
AbstractPosition |
A
|
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.
|
Intersection | |
LoadMenu |
A menu for choosing a map.
|
Map |
A map stores nine chunks as part of a bigger map.
|
MapButton | |
MapMetaData |
A class to read the meta file.
|
Minimap |
A minimap is a view that draws the map from top in a small window.
|
Point |
A point is a single position in the game world not bound to the grid.
|