18class EggItem :
public ::Item {
22 ::ll::TypedStorage<8, 32, ::std::string> mInitEvent;
34 virtual bool isThrowable()
const ;
43 virtual ~EggItem() =
default;
49 MCAPI EggItem(::std::string
const& name,
int id, ::std::string initEvent);
55 MCAPI
void* $ctor(::std::string
const& name,
int id, ::std::string initEvent);
63 MCFOLD
bool $isThrowable()
const;
76 MCAPI
static void** $vftable();