pocketmine\inventory\DropItemTransaction::getChange PHP Метод

getChange() публичный Метод

public getChange ( )
    public function getChange()
    {
        return ["in" => $this->getTargetItem(), "out" => null];
    }