16class BowItem :
public ::RangedWeaponItem {
20 ::ll::TypedStorage<8, 192, ::ResolvedItemIconInfo[3]> mFrame;
30 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
32 virtual ::ResolvedItemIconInfo
33 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
35 virtual int getEnchantSlot()
const ;
43 MCAPI BowItem(::std::string
const& name,
int id);
49 MCAPI
void* $ctor(::std::string
const& name,
int id);
55 MCAPI ::Item& $setIconInfo(::std::string
const& name,
int id);
57 MCFOLD ::ResolvedItemIconInfo
58 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;
60 MCFOLD
int $getEnchantSlot()
const;