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

getDropExpMin() public méthode

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