getBlock

@Nullable
abstract fun getBlock(): @Nullable NovaBlock

Gets the NovaBlock this item is associated with, or null if there is none.

Return

The NovaBlock this item is associated with, or null if there is none.