/**
  * @param int $currentTick
  */
 public function onRun($currentTick)
 {
     $popup = $this->plugin->getScrollingPopup();
     $this->plugin->broadcastPopup($popup);
     $this->plugin->setScrollingPopup(Utils::next($popup));
 }