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

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

protected recalculateBoundingBox ( )
    protected function recalculateBoundingBox()
    {
        return new AxisAlignedBB($this->x, $this->y, $this->z, $this->x + 1, $this->y + (($this->getDamage() & 0x4) > 0 ? 1 : 0.8125), $this->z + 1);
    }