// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #include "StructurePiece.hpp" #define BEFORE_EXTRA #undef BEFORE_EXTRA class Igloo : public StructurePiece { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_IGLOO public: class Igloo& operator=(class Igloo const &) = delete; Igloo(class Igloo const &) = delete; Igloo() = delete; #endif public: /*0*/ virtual ~Igloo(); /*3*/ virtual enum StructurePieceType getType() const; /*5*/ virtual bool postProcess(class BlockSource &, class Random &, class BoundingBox const &); /*6*/ virtual void postProcessMobsAt(class BlockSource &, class Random &, class BoundingBox const &); #ifdef ENABLE_VIRTUAL_FAKESYMBOL_IGLOO #endif //private: private: MCAPI static std::string const STRUCTURE_LOCATION_IGLOO_NO_TRAPDOOR; MCAPI static std::string const STRUCTURE_LOCATION_IGLOO_TRAPDOOR; MCAPI static std::string const STRUCTURE_LOCATION_LABORATORY; MCAPI static std::string const STRUCTURE_LOCATION_LADDER; };