pocketmine\Player::getItemInHand PHP Method

getItemInHand() public method

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