// 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 PillagerOutpostFeature : public StructureFeature { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_PILLAGEROUTPOSTFEATURE public: class PillagerOutpostFeature& operator=(class PillagerOutpostFeature const &) = delete; PillagerOutpostFeature(class PillagerOutpostFeature const &) = delete; PillagerOutpostFeature() = delete; #endif public: /*0*/ virtual ~PillagerOutpostFeature(); /*1*/ virtual void initMobSpawnTypes(class HardcodedSpawnAreaRegistry &); /*3*/ virtual bool getNearestGeneratedFeature(class Dimension &, class BiomeSource &, class BlockPos const &, class BlockPos &); /*4*/ virtual bool isFeatureChunk(class BiomeSource const &, class Random &, class ChunkPos const &, unsigned int); /*5*/ virtual std::unique_ptr createStructureStart(class Dimension &, class BiomeSource &, class Random &, class ChunkPos const &); #ifdef ENABLE_VIRTUAL_FAKESYMBOL_PILLAGEROUTPOSTFEATURE #endif MCAPI PillagerOutpostFeature(unsigned int); };