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

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class SmoothStoneSelector {

#define AFTER_EXTRA

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

public:
    /*0*/ virtual ~SmoothStoneSelector();
    /*1*/ virtual class Block const & next(class Random &, int, int, int, bool) const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SMOOTHSTONESELECTOR
#endif

};