mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
35 lines
972 B
C++
35 lines
972 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 PillagerOutpostStart {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PILLAGEROUTPOSTSTART
|
|
public:
|
|
class PillagerOutpostStart& operator=(class PillagerOutpostStart const &) = delete;
|
|
PillagerOutpostStart(class PillagerOutpostStart const &) = delete;
|
|
PillagerOutpostStart() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~PillagerOutpostStart();
|
|
/*1*/ virtual bool postProcess(class BlockSource &, class Random &, class BoundingBox const &);
|
|
/*2*/ virtual void __unk_vfn_2();
|
|
/*3*/ virtual enum StructureFeatureType getType() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_PILLAGEROUTPOSTSTART
|
|
#endif
|
|
|
|
//private:
|
|
MCAPI void _fillWithSupportBlock(class BlockPos const &, class BlockSource &, class BoundingBox const &, class Block const &);
|
|
|
|
private:
|
|
|
|
}; |