[][src]Module all_is_cubes::block

Definition of blocks, which are game objects which live in the grid of a Space. See block::Block for details.

Structs

BlockAttributes

Collection of miscellaneous attribute data for blocks.

Enums

Block

A Block is something that can exist in the grid of a Space; it occupies one unit cube of space and has a specified appearance and behavior.

Constants

AIR

Generic 'empty'/'null' block. It is used by Space to respond to out-of-bounds requests.