18class EggItem :
public ::Item {
22 ::ll::TypedStorage<8, 32, ::std::string> mInitEvent;
34 virtual bool isThrowable()
const ;
47 MCAPI EggItem(::std::string
const& name,
int id, ::std::string initEvent);
53 MCAPI
void* $ctor(::std::string
const& name,
int id, ::std::string initEvent);
61 MCFOLD
bool $isThrowable()
const;
74 MCAPI
static void** $vftable();