16class ClockItem :
public ::Item {
20 ::ll::TypedStorage<4, 4, int> mAtlasWidth;
21 ::ll::TypedStorage<4, 4, int> mAtlasHeight;
31 virtual ::ResolvedItemIconInfo
32 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
34 virtual int getAnimationFrameFor(
::Mob* holder,
bool,
::ItemStack const*,
bool const)
const ;
40 MCAPI ClockItem(::std::string
const& name,
int id);
43 MCFOLD
void setTextureDimensions(ushort texSizeW, ushort texSizeH);
50 MCAPI
void* $ctor(::std::string
const& name,
int id);
56 MCAPI ::ResolvedItemIconInfo
57 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;
59 MCAPI
int $getAnimationFrameFor(
::Mob* holder,
bool,
::ItemStack const*,
bool const)
const;
67 MCAPI
static void** $vftable();