pocketmine\event\player\PlayerBucketEvent::getBlockClicked PHP Method

getBlockClicked() public method

public getBlockClicked ( ) : Block
return pocketmine\block\Block
    public function getBlockClicked()
    {
        return $this->blockClicked;
    }