/**
  * @param int $currentTick
  */
 public function onRun($currentTick)
 {
     $tip = $this->plugin->getScrollingTip();
     $this->plugin->broadcastTip($tip);
     $this->plugin->setScrollingTip(Utils::next($tip));
 }