pocketmine\block\RedstoneRepeater::recalculateBoundingBox PHP Method

recalculateBoundingBox() public method

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