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

35 lines
1.5 KiB
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#include "JsonUtil.hpp"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class VanillaTreeFeature {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_VANILLATREEFEATURE
public:
class VanillaTreeFeature& operator=(class VanillaTreeFeature const &) = delete;
VanillaTreeFeature(class VanillaTreeFeature const &) = delete;
VanillaTreeFeature() = delete;
#endif
public:
/*0*/ virtual ~VanillaTreeFeature();
/*1*/ virtual class std::optional<class BlockPos> place(class IBlockPlacementTarget &, class BlockPos const &, class Random &) const;
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_VANILLATREEFEATURE
#endif
//private:
MCAPI static void _buildVanillaCanopyVariants(class JsonUtil::JsonSchemaObjectNode<class JsonUtil::JsonParseState<class JsonUtil::EmptyClass, struct FeatureLoading::FeatureRootParseContext>, struct FeatureLoading::ConcreteFeatureHolder<class VanillaTreeFeature>> &, class std::function<class ITreeCanopyWrapper & (struct FeatureLoading::ConcreteFeatureHolder<class VanillaTreeFeature> *)>);
MCAPI static void _buildVanillaTrunkVariants(class JsonUtil::JsonSchemaObjectNode<class JsonUtil::JsonParseState<class JsonUtil::EmptyClass, struct FeatureLoading::FeatureRootParseContext>, struct FeatureLoading::ConcreteFeatureHolder<class VanillaTreeFeature>> &, class std::function<class ITreeTrunkWrapper & (struct FeatureLoading::ConcreteFeatureHolder<class VanillaTreeFeature> *)>);
private:
};