25class PathBlock :
public ::BlockType {
29 ::ll::TypedStorage<8, 8, ::HashedString const&> mBlockToTillInto;
30 ::ll::TypedStorage<8, 8, ::HashedString const&> mBaseBlock;
35 PathBlock& operator=(PathBlock
const&);
36 PathBlock(PathBlock
const&);
42 virtual ::AABB getCollisionShape(
56 virtual bool canBeOriginalSurface(
bool)
const ;
63 virtual bool canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const ;
70 ::std::string
const& nameId,
84 MCAPI static ::AABB& BLOCK_AABB();
97 MCAPI ::AABB $getCollisionShape(
109 MCFOLD
bool $canBeOriginalSurface(
bool)
const;
115 MCFOLD
bool $canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const;