19class ExperiencePotionItem :
public ::Item {
22 ExperiencePotionItem();
31 virtual bool isThrowable()
const ;
33 virtual ::Actor* createProjectileActor(
47 MCAPI ExperiencePotionItem(::std::string
const& name,
int id);
53 MCAPI
void* $ctor(::std::string
const& name,
int id);
63 MCFOLD
bool $isThrowable()
const;
65 MCAPI ::Actor* $createProjectileActor(
80 MCAPI
static void** $vftable();