22class StemBlock :
public ::FoliageBlock {
26 ::ll::TypedStorage<8, 8, ::BlockType const&> mFruit;
31 StemBlock& operator=(StemBlock
const&);
32 StemBlock(StemBlock
const&);
43 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
52 virtual bool isStemBlock()
const ;
58 MCAPI StemBlock(::std::string
const& nameId,
int id, ::BlockType
const& fruit);
60 MCFOLD ::BlockType
const& getFruitBlock()
const;
70 MCAPI
void* $ctor(::std::string
const& nameId,
int id, ::BlockType
const& fruit);
80 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
88 MCFOLD
bool $isStemBlock()
const;
96 MCAPI
static void** $vftable();