22class ChorusPlantBlock :
public ::BlockType {
39 virtual ::AABB getCollisionShape(
50 virtual bool isLavaBlocking()
const ;
52 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
58 MCAPI ChorusPlantBlock(::std::string
const& nameId,
int id);
72 MCAPI
static float const& PLANT_ITEM_DIMENSION();
78 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
92 MCAPI ::AABB $getCollisionShape(
102 MCFOLD
bool $isLavaBlocking()
const;
104 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
112 MCAPI
static void** $vftable();