24class FrogSpawnBlock :
public ::BlockType {
32 virtual ::AABB getCollisionShape(
51 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
53 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
61 MCAPI FrogSpawnBlock(::std::string
const& nameId,
int id);
79 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
85 MCFOLD ::AABB $getCollisionShape(
102 MCFOLD ::std::string $buildDescriptionId(
::Block const&)
const;
104 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
114 MCAPI
static void** $vftable();