pocketmine\tile\Tile::getBlock PHP Method

getBlock() public method

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