26class PowderSnowBlock :
public ::BlockType {
36 virtual ::AABB getCollisionShape(
43 virtual bool causesFreezeEffect()
const ;
47 virtual bool canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const ;
49 virtual bool isLavaBlocking()
const ;
55 MCAPI PowderSnowBlock(::std::string
const& nameId,
int id,
::Material const& material);
67 MCAPI
static void spawnPowderSnowParticles(
::Level& level,
::BlockPos const& pos);
73 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
::Material const& material);
81 MCAPI ::AABB $getCollisionShape(
88 MCFOLD
bool $causesFreezeEffect()
const;
92 MCFOLD
bool $canProvideSupport(
::Block const&, uchar, ::BlockSupportType)
const;
94 MCFOLD
bool $isLavaBlocking()
const;
102 MCAPI
static void** $vftable();