15struct BiomeDecorationFeature {
19 ::ll::TypedStorage<8, 216, ::ScatterParams> mScatter;
20 ::ll::TypedStorage<8, 24, ::WeakRef<::IFeature>> mFeature;
21 ::ll::TypedStorage<8, 48, ::HashedString> mIdentifier;
22 ::ll::TypedStorage<8, 32, ::std::string> mPass;
23 ::ll::TypedStorage<1, 1, bool> mCanUseInternalFeature;
28 BiomeDecorationFeature& operator=(BiomeDecorationFeature
const&);
33 MCAPI BiomeDecorationFeature();
35 MCAPI BiomeDecorationFeature(::BiomeDecorationFeature&&);
37 MCAPI BiomeDecorationFeature(::BiomeDecorationFeature
const&);
39 MCAPI
bool canUseFeature(
::IFeature const& mFeatureValue)
const;
41 MCAPI ~BiomeDecorationFeature();
49 MCAPI
void* $ctor(::BiomeDecorationFeature&&);
51 MCAPI
void* $ctor(::BiomeDecorationFeature
const&);