pocketmine\entity\Entity::getDropExpMax PHP Méthode

getDropExpMax() public méthode

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