19class BlockPlanterItem :
public ::ComponentItem {
27 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
29 virtual ::ResolvedItemIconInfo
30 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
35 virtual ::BlockPlanterItem& setDescriptionId(::std::string
const& descriptionId) ;
41 MCAPI BlockPlanterItem(
42 ::std::string
const& name,
46 bool useBlockDescription
54 ::std::string
const& name,
58 bool useBlockDescription
65 MCFOLD ::Item& $setIconInfo(::std::string
const& name,
int id);
67 MCFOLD ::ResolvedItemIconInfo
68 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;
73 MCFOLD ::BlockPlanterItem& $setDescriptionId(::std::string
const& descriptionId);
81 MCAPI
static void** $vftable();