22class MovingBlock :
public ::ActorBlock {
32 virtual ::AABB
const& getVisualShapeInWorld(
39 virtual bool pushesUpFallingBlocks()
const ;
41 virtual ::AABB getCollisionShape(
50 virtual bool isMovingBlock()
const ;
56 MCAPI MovingBlock(::std::string
const& nameId,
int id);
64 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
72 MCAPI ::AABB
const& $getVisualShapeInWorld(
79 MCFOLD
bool $pushesUpFallingBlocks()
const;
81 MCAPI ::AABB $getCollisionShape(
90 MCFOLD
bool $isMovingBlock()
const;
98 MCAPI
static void** $vftable();