21class FlowerBlock :
public ::FoliageBlock {
25 ::ll::TypedStorage<1, 1, bool> mIsNetherVegetation;
42 virtual void _addHardCodedBlockComponents(
::Experiments const& experiments) ;
55 MCAPI FlowerBlock(::std::string
const& nameId,
int id,
bool isNetherVegetation);
57 MCAPI
bool _randomWalk(
::BlockSource& region,
int& xx,
int& yy,
int& zz,
int j)
const;
63 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
bool isNetherVegetation);
75 MCFOLD
void $_addHardCodedBlockComponents(
::Experiments const& experiments);
89 MCAPI
static void** $vftable();