19class SnifferEggBlock :
public ::BlockType {
29 virtual bool canProvideSupport(
::Block const& face, uchar type, ::BlockSupportType)
const ;
33 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
35 virtual int getVariant(
::Block const& block)
const ;
41 MCAPI SnifferEggBlock(::std::string
const& nameId,
int id);
51 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
59 MCFOLD
bool $canProvideSupport(
::Block const& face, uchar type, ::BlockSupportType)
const;
63 MCFOLD ::std::string $buildDescriptionId(
::Block const&)
const;
65 MCAPI
int $getVariant(
::Block const& block)
const;
73 MCAPI
static void** $vftable();