20class FallingBlock :
public ::BlockType {
33 virtual ::mce::Color getDustColor(
::Block const& block)
const = 0;
35 virtual ::std::string getDustParticleName(
::Block const& block)
const = 0;
37 virtual bool falling()
const;
50 MCAPI FallingBlock(::std::string
const& nameId,
int id,
::Material const& material);
66 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material);
76 MCFOLD
bool $falling()
const;