Interface | Description |
---|---|
CustomMapCVarRegistration |
An interface to register custom cvars for the map cvar system.
|
Generator |
An interface for a map generator.
|
LinkedWithMap |
Every class wich is associated with the map content
|
Class | Description |
---|---|
AbstractMap | |
AbstractPosition |
A
|
Chunk |
A Chunk is filled with many Blocks and is a part of the map.
|
ChunkMap |
A map stores nine chunks as part of a bigger map.
|
CompleteMap |
A map where every available data is stored in one big array.
|
Coordinate |
A coordinate is a reference to a specific cell in the map.
|
Intersection | |
LoadMenu |
A menu for choosing a map.
|
MapButton |
A button which creates a new save if you click on it
|
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.
|