16class BoneMealItem :
public ::FertilizerItem {
20 ::ll::TypedStorage<1, 1, bool const> mAllowLegacyUseAsDye;
30 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
34 virtual bool isDye()
const ;
36 virtual ::ItemColor getItemColor()
const ;
38 virtual bool isValidAuxValue(
int auxValue)
const ;
44 MCAPI BoneMealItem(::std::string
const& name,
int id,
bool allowLegacyUseAsDye);
50 MCAPI
void* $ctor(::std::string
const& name,
int id,
bool allowLegacyUseAsDye);
56 MCFOLD ::Item& $setIconInfo(::std::string
const& name,
int id);
60 MCFOLD
bool $isDye()
const;
62 MCFOLD ::ItemColor $getItemColor()
const;
64 MCFOLD
bool $isValidAuxValue(
int auxValue)
const;