blocks

abstract val blocks: Map<Position3D, B>

Contains all the currently present Blocks in this GameArea. Note for implementors: the Map should support consistent snapshots, eg: iterating over its contents should not change if the underlying state changes.

Sources

(source)
Link copied to clipboard