21class SculkShriekerBlock :
public ::ActorBlock {
29 virtual ::BlockType& init() ;
35 virtual bool canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const ;
37 virtual int getVariant(
::Block const& block)
const ;
43 MCAPI SculkShriekerBlock(::std::string
const& nameId,
int id,
::Material const& material);
53 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material);
59 MCAPI ::BlockType& $init();
65 MCFOLD
bool $canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const;
67 MCAPI
int $getVariant(
::Block const& block)
const;
75 MCAPI
static void** $vftable();
Definition EntityContext.h:17