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

30 lines
920 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "StructureFeature.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class MineshaftFeature : public StructureFeature {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_MINESHAFTFEATURE
public:
class MineshaftFeature& operator=(class MineshaftFeature const &) = delete;
MineshaftFeature(class MineshaftFeature const &) = delete;
MineshaftFeature() = delete;
#endif
public:
/*0*/ virtual ~MineshaftFeature();
/*4*/ virtual bool isFeatureChunk(class BiomeSource const &, class Random &, class ChunkPos const &, unsigned int);
/*5*/ virtual std::unique_ptr<class StructureStart> createStructureStart(class Dimension &, class BiomeSource &, class Random &, class ChunkPos const &);
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_MINESHAFTFEATURE
#endif
};