14class PlanksBlock :
public ::BlockType {
18 ::ll::TypedStorage<4, 4, ::WoodType> mWoodType;
28 virtual ::std::string buildDescriptionId(
::Block const&)
const ;
34 MCAPI PlanksBlock(::std::string
const& nameId,
int id, ::WoodType woodType);
40 MCAPI static ::std::array<::std::string, 10>
const& WOOD_NAMES();
46 MCAPI
void* $ctor(::std::string
const& nameId,
int id, ::WoodType woodType);
52 MCAPI ::std::string $buildDescriptionId(
::Block const&)
const;
60 MCAPI
static void** $vftable();