24class FrogSpawnBlock :
public ::BlockType {
32 virtual ::AABB getCollisionShape(
52 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
54 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
62 MCAPI FrogSpawnBlock(::std::string
const& nameId,
int id);
72 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
78 MCFOLD ::AABB $getCollisionShape(
95 MCFOLD ::std::string $buildDescriptionId(
::Block const&)
const;
97 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
107 MCAPI
static void** $vftable();