get

@NotNull
abstract fun get(@NotNull id: @NotNull String): @NotNull NovaBlock
@NotNull
abstract fun get(@NotNull id: @NotNull NamespacedId): @NotNull 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.