Blocks
register(block: Block) -> Block
Registers block
. See Registering Blocks for more details.
registerWithItem(block: Block) -> Block
Registers block
and an item for the block. See Registering Blocks for more details.
get(blockID: String) -> Block
Gets the block from the given ID.