15class EnderpearlItem :
public ::Item {
25 virtual bool isThrowable()
const ;
27 virtual ::HashedString
const& getCooldownCategory()
const ;
29 virtual int getCooldownDuration()
const ;
35 MCAPI EnderpearlItem(::std::string
const& nameId,
int id);
41 MCAPI static ::HashedString
const& COOLDOWN();
47 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
55 MCFOLD
bool $isThrowable()
const;
57 MCAPI ::HashedString
const& $getCooldownCategory()
const;
59 MCFOLD
int $getCooldownDuration()
const;