pocketmine\block\Cactus::recalculateBoundingBox PHP Метод

recalculateBoundingBox() защищенный Метод

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