getItem

@Nullable
abstract fun getItem(): @Nullable NovaItem

Gets the item for this block type, or null if there is none.

Return

The item for this block type, or null if there is none.