pocketmine\Player::getItemInHand PHP 메소드

getItemInHand() 공개 메소드

public getItemInHand ( )
    public function getItemInHand()
    {
        return $this->inventory->getItemInHand();
    }
Player