16class HugeFungusFeature :
public ::Feature {
20 ::ll::TypedStorage<8, 8, ::Block const*> mStemBlock;
21 ::ll::TypedStorage<8, 8, ::Block const*> mHatBlock;
22 ::ll::TypedStorage<8, 8, ::Block const*> mDecorBlock;
23 ::ll::TypedStorage<1, 1, bool const> mAllowedToPlaceVines;
39 MCAPI
explicit HugeFungusFeature(
bool isBlue);
45 MCAPI
void* $ctor(
bool isBlue);