27class BigDripleafBlock :
public ::BlockType {
35 virtual ::BlockType& init() ;
37 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
39 virtual ::AABB getCollisionShape(
64 virtual bool isLavaBlocking()
const ;
66 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
72 MCAPI BigDripleafBlock(::std::string
const& nameId,
int id);
95 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
101 MCAPI ::BlockType& $init();
103 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
105 MCAPI ::AABB $getCollisionShape(
128 MCFOLD
bool $isLavaBlocking()
const;
130 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);
138 MCAPI
static void** $vftable();