entity = $entity; $this->oldItem = $oldItem; $this->newItem = $newItem; $this->slot = (int) $slot; } public function getSlot(){ return $this->slot; } public function getNewItem(){ return $this->newItem; } public function setNewItem(Item $item){ $this->newItem = $item; } public function getOldItem(){ return $this->oldItem; } }