// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "Feature.hpp"

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class HugeMushroomFeature : public Feature {

#define AFTER_EXTRA

#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_HUGEMUSHROOMFEATURE
public:
    class HugeMushroomFeature& operator=(class HugeMushroomFeature const &) = delete;
    HugeMushroomFeature(class HugeMushroomFeature const &) = delete;
    HugeMushroomFeature() = delete;
#endif

public:
    /*0*/ virtual ~HugeMushroomFeature();
    /*1*/ virtual bool place(class BlockSource &, class BlockPos const &, class Random &) const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_HUGEMUSHROOMFEATURE
#endif
    MCAPI bool placeFixed(class BlockSource &, class BlockPos const &, int, int) const;

//private:

private:
    MCAPI static std::vector<class Block const *> mHugeMushroomTypes;
    MCAPI static std::vector<class Block const *> mMushroomTypes;

};