aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/GrowMushroomIslandLayer.h
blob: 6b0860f70443b6afce4fd08601838fa62fda8cd1 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "Layer.h"

class GrowMushroomIslandLayer : public Layer
{
public:
    GrowMushroomIslandLayer(int64_t seedMixup, shared_ptr<Layer> parent);
    virtual intArray getArea(int xo, int yo, int w, int h);
};