25class CocoaBlock :
public ::BlockType {
35 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
37 virtual ::Block
const&
38 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
57 MCAPI CocoaBlock(::std::string
const& nameId,
int id);
69 MCAPI
static bool isSupportedBy(
::Block const& block);
75 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
83 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
85 MCAPI ::Block
const& $getPlacementBlock(
109 MCAPI
static void** $vftable();