currentLocation = $currentLocation; } public function getX() : float{ return $this->currentLocation->getFloorX(); } public function getZ() : float{ return $this->currentLocation->getFloorZ(); } }