pocketmine\entity\Entity::getDropExpMin PHP Method

getDropExpMin() public method

public getDropExpMin ( ) : integer
return integer
    public function getDropExpMin() : int
    {
        return $this->dropExp[0];
    }