isPartOfMultiblock

open override fun isPartOfMultiblock(otherBlock: Block): Boolean(source)

Should return true if there is any scenario in which this block's position could be part of a formed multiblock.

This could be called often, so make it lightweight.