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

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