16class ChainBlock :
public ::RotatedPillarBlock {
24 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
26 virtual bool canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const ;
32 MCAPI ChainBlock(::std::string
const& nameId,
int id,
::Material const& material);
34 MCAPI
void _shapeFromAlignment(
::Block const& block,
::AABB& bufferAABB)
const;
40 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material);
46 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
48 MCAPI
bool $canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const;
56 MCAPI
static void** $vftable();