LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/SmoothStoneSelector.hpp
2022-09-21 19:47:03 +08:00

28 lines
698 B
C++

// 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
};