getBlock

@Nullable
abstract fun getBlock(@NotNull location: @NotNull Location): @Nullable 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.