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

getDropExpMax() 공개 메소드

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