23class SeagrassBlock :
public ::BlockType {
45 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
47 virtual ::AABB getCollisionShape(
54 virtual bool isValidAuxValue(
int value)
const ;
60 MCAPI SeagrassBlock(::std::string
const& nameId,
int id);
70 MCAPI
static bool _tryPlaceSeaGrassOrCoral(
78 MCAPI
static bool isValidSpawnPosition(
90 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
108 MCAPI ::std::string $buildDescriptionId(
::Block const&)
const;
110 MCFOLD ::AABB $getCollisionShape(
117 MCFOLD
bool $isValidAuxValue(
int value)
const;
125 MCAPI
static void** $vftable();