pocketmine\block\Carpet::recalculateBoundingBox PHP Method

recalculateBoundingBox() protected method

protected recalculateBoundingBox ( )
    protected function recalculateBoundingBox()
    {
        return new AxisAlignedBB($this->x, $this->y, $this->z, $this->x + 1, $this->y + 0.0625, $this->z + 1);
    }