15class StonecutterBlock :
public ::BlockType {
23 virtual ::BlockType& init() ;
25 virtual bool isCraftingBlock()
const ;
27 virtual bool isInteractiveBlock()
const ;
29 virtual bool canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const ;
35 MCAPI StonecutterBlock(::std::string
const& nameId,
int id);
43 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
49 MCAPI ::BlockType& $init();
51 MCFOLD
bool $isCraftingBlock()
const;
53 MCFOLD
bool $isInteractiveBlock()
const;
55 MCFOLD
bool $canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const;
63 MCAPI
static void** $vftable();