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

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

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