pocketmine\block\WaterLily::recalculateBoundingBox PHP Method

recalculateBoundingBox() protected method

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