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) ;
37 virtual ~BlockPlanterItem() =
default;
43 MCAPI BlockPlanterItem(
44 ::std::string
const& name,
48 bool useBlockDescription
56 ::std::string
const& name,
60 bool useBlockDescription
67 MCFOLD ::Item& $setIconInfo(::std::string
const& name,
int id);
69 MCFOLD ::ResolvedItemIconInfo
70 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;
75 MCFOLD ::BlockPlanterItem& $setDescriptionId(::std::string
const& descriptionId);