21class MangrovePropaguleBlock :
public ::FoliageBlock {
24 MangrovePropaguleBlock();
29 virtual ::BlockType& init() ;
41 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
43 virtual int getVariant(
::Block const& block)
const ;
49 MCAPI MangrovePropaguleBlock(::std::string
const& nameId,
int id);
53 MCAPI
bool _isHanging(
::Block const& block)
const;
61 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
67 MCAPI ::BlockType& $init();
78 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
80 MCAPI
int $getVariant(
::Block const& block)
const;
88 MCAPI
static void** $vftable();