inventory = $inventory; parent::__construct($pos->x, $pos->y, $pos->z, $pos->level); } public function getInventory(){ return $this->inventory; } }