holder->setComponents($enderChest->getFloorX(), $enderChest->getFloorY(), $enderChest->getFloorZ()); $this->holder->setLevel($enderChest->getLevel()); } /** * This override is here for documentation and code completion purposes only. * @return Position */ public function getHolder(){ return $this->holder; } }