pocketmine\entity\Entity::getDropExpMin PHP 메소드

getDropExpMin() 공개 메소드

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