17class LegacyFlowerFeature :
public ::Feature {
21 ::ll::TypedStorage<4, 4, ::FlowerPlacementType> mPlacementType;
22 ::ll::TypedStorage<8, 40, ::PerlinSimplexNoise const> mBiomeInfoNoise;
23 ::ll::TypedStorage<4, 4, int const> mIterations;
28 LegacyFlowerFeature();
39 MCAPI LegacyFlowerFeature(::FlowerPlacementType placementType,
int iterations);
45 MCAPI
void* $ctor(::FlowerPlacementType placementType,
int iterations);