22class FertilizerItem :
public ::Item {
26 ::ll::TypedStorage<1, 1, ::FertilizerType> mType;
39 virtual bool isFertilizer()
const ;
44 virtual ::InteractionResult
52 MCAPI FertilizerItem(::std::string
const& name,
int id, ::FertilizerType type);
54 MCFOLD ::FertilizerType getFertilizerType()
const;
60 MCAPI
void* $ctor(::std::string
const& name,
int id, ::FertilizerType type);
68 MCFOLD
bool $isFertilizer()
const;
72 MCAPI ::InteractionResult