get

abstract fun get(id: String): NovaBlock
abstract fun get(id: NamespacedId): NovaBlock

Gets the NovaBlock with the specified id.

Return

The block with the specified id.

Parameters

id

The id of the block.

Throws

If there is no block with the specified id.