getBlock

abstract fun getBlock(location: Location): NovaBlockState

Gets the NovaBlockState at that location.

Return

The Nova block state or null if there isn't one at that location.

Parameters

location

The location of the block.