16class BlockBlobFeature :
public ::Feature {
20 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21 ::ll::TypedStorage<4, 4, int> mStartRadius;
26 BlockBlobFeature& operator=(BlockBlobFeature
const&);
27 BlockBlobFeature(BlockBlobFeature
const&);
39 MCAPI BlockBlobFeature(
::Block const& block,
int radius);
45 MCAPI
void* $ctor(
::Block const& block,
int radius);