pocketmine\event\player\PlayerGlassBottleEvent::getBlock PHP Method

getBlock() public method

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