pocketmine\entity\ThrownPotion::getPotionId PHP Method

getPotionId() public method

public getPotionId ( ) : integer
return integer
    public function getPotionId() : int
    {
        return (int) $this->namedtag["PotionId"];
    }