20 enum class Type :
int {
23 BirchForestMutated = 2,
24 ExtremeHillsPlusTrees = 3,
43 ::ll::TypedStorage<8, 40, ::PerlinSimplexNoise const> mBiomeInfoNoise;
44 ::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mTallGrassFeature;
45 ::ll::TypedStorage<4, 4, float> mTreeChance;
46 ::ll::TypedStorage<8, 24, ::std::vector<::WeakRef<::IFeature>>> mFeatureRefs;
47 ::ll::TypedStorage<8, 64, ::std::function<::WeakRef<::IFeature>(
::Random&)>> mGetTreeFeature;
59 virtual ~LegacyTreeFeature() =
default;
66 LegacyTreeFeature(::LegacyTreeFeature::Type placementType,
::FeatureRegistry& registry,
bool shouldPlaceLeafLitter);
72 MCAPI
void* $ctor(::LegacyTreeFeature::Type placementType,
::FeatureRegistry& registry,
bool shouldPlaceLeafLitter);