setFacing

open fun setFacing(facing: BlockFace?)(source)

Sets the 'direction' we expect the multiblock to be built in. North is considered the default facing direction - ie setFacing(BlockFace.NORTH) will preserve the original multiblock structure without rotating it.

Leave this unset to accept any direction.