31class CaveVinesBlock :
public ::BlockType {
35 ::ll::TypedStorage<1, 1, bool const> mHasBerries;
45 virtual int getVariant(
::Block const& block)
const ;
56 virtual ::AABB getCollisionShape(
82 MCAPI CaveVinesBlock(::std::string
const& nameId,
int id, ::CaveVinesVariant variant);
90 MCAPI
bool _shearCaveVine(
120 tryGrow(
::BlockSource& region,
::BlockPos const& pos,
float randomNumberForGrowing,
float randomNumberForBerries);
126 MCAPI
void* $ctor(::std::string
const& nameId,
int id, ::CaveVinesVariant variant);
132 MCFOLD
int $getVariant(
::Block const& block)
const;
142 MCFOLD ::AABB $getCollisionShape(
167 MCAPI
static void** $vftable();