26 enum class SkullType :
int {
41 virtual ::std::string buildDescriptionId(
::Block const& block)
const ;
43 virtual ::AABB
const& getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const ;
47 virtual ::Block
const&
48 getPlacementBlock(
::Actor const& by,
::BlockPos const& pos, uchar face,
::Vec3 const& clickPos,
int itemValue)
const
51 virtual bool canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const ;
67 MCAPI static ::Block
const& getFlattenedBlock(
::Block const& block,
::BlockActor const& actor);
73 MCAPI ::std::string $buildDescriptionId(
::Block const& block)
const;
75 MCAPI ::AABB
const& $getVisualShape(
::Block const& block,
::AABB& bufferAABB)
const;
79 MCAPI ::Block
const& $getPlacementBlock(
87 MCAPI
bool $canProvideSupport(
::Block const& block, uchar face, ::BlockSupportType type)
const;
95 MCAPI
static void** $vftable();