20class SandBlock :
public ::FallingBlock {
30 virtual ::mce::Color getDustColor(
::Block const& block)
const ;
32 virtual ::std::string getDustParticleName(
::Block const& block)
const ;
41 virtual bool canBeOriginalSurface(
bool)
const ;
47 MCAPI SandBlock(::std::string
const& nameId,
int id);
53 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
61 MCAPI ::mce::Color $getDustColor(
::Block const& block)
const;
63 MCAPI ::std::string $getDustParticleName(
::Block const& block)
const;
71 MCFOLD
bool $canBeOriginalSurface(
bool)
const;