pocketmine\entity\Entity::getDropExpMax PHP Method

getDropExpMax() public method

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