21class GrindstoneBlock :
public ::BlockType {
29 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
31 virtual ::Block
const&
32 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
40 virtual bool isInteractiveBlock()
const ;
42 virtual bool canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const ;
48 MCAPI GrindstoneBlock(::std::string
const& nameId,
int id);
58 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
64 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
66 MCAPI ::Block
const& $getPlacementBlock(
78 MCFOLD
bool $isInteractiveBlock()
const;
80 MCAPI
bool $canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const;
88 MCAPI
static void** $vftable();