navigateToBlock

abstract suspend fun navigateToBlock(    id: BlockId,     movementType: CharacterMovementType = CharacterMovementType.RUN,     distanceTolerance: Float = 1.2f,     timeout: Duration = 120.seconds)