Classes
Members
blocks :Set.<LevelObject>
The blocks in the level.
Type:
- Set.<LevelObject>
coordinates
Gets all the coordinates of the blocks in the level.
dimension :Dimension
The dimension of the level.
Type:
headers :Map.<string, any>
The headers of the level.
Type:
- Map.<string, any>
rawBlocks
Gets all the raw blocks in the level.
spawn
Gets the spawn point of the level.
Methods
toString() → {string}
Gets the string representation of the level.
Returns:
The string representation of the level.
- Type
- string