pocketmine\Player::getDrops PHP Method

getDrops() public method

public getDrops ( ) : array
return array
    public function getDrops() : array
    {
        if (!$this->isCreative()) {
            return parent::getDrops();
        }
        return [];
    }
Player